export declare class AiInterviewQuestionGenerateDto {
    jobDescription: string;
    numQuestions: number;
}
