export declare class FreelancerProfileQuestionDto {
    uuid: string;
    question_slug: string;
    answer: any;
    currency?: string;
}
