export declare const RESUME_PARSER_PATTERN: {
    handleResumeParsing: string;
    handleResumeParsingByUrl: string;
    handleResumeDataProcessing: string;
    handleCheckResumeEligibility: string;
};
