export declare class CaptureAiInterviewResultPublicDto {
    aiInterviewUuid: string;
    result?: any;
    status?: string;
}
