export declare class AiInterviewTemplateGenerationDto {
    jobId: string;
    skills?: string[];
    numberOfQuestions?: number;
    difficulty?: string;
}
