export declare class ClientProfileQuestionDto {
    uuid: string;
    question_slug: string;
    answer: any;
    foundUsOnDetail?: string;
}
