export declare class MarkCandidateStatusDto {
    candidateId: number;
    jobId?: number;
}
