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