export declare class CreateInterviewBasicInformationDto {
    jobId: number;
    interviewName: string;
}
