export declare class UpdatePollItemDto {
    title: string;
    isSatisfied: boolean;
    isService: boolean;
}
