export declare const ONBOARDING_PATTERN: {
    handleFreelancerAccountCreation: string;
    handleFreelancerResumeUpload: string;
    handleFreelancerDeveloperPreference: string;
    handleFreelancerProfileQuestion: string;
    handleFreelancerWorkShowcase: string;
    verifyOnboardingToken: string;
    handleClientAccountCreation: string;
    handleClientProfileQuestion: string;
    changeFreelancerPassword: string;
    handleFetchClientProfileQuestion: string;
    verifyClientOnboardingToken: string;
    handleFetchFreelancerResume: string;
    handleFreelancerResumeParsing: string;
    initiateFreelancerMcqAssessment: string;
    handleFetchAiAssessmentLink: string;
    skipFreelancerAiAssessment: string;
    initiateFreelancerAiAssessment: string;
    captureAiAssessmentStatus: string;
    handleFetchFreelancerProfileQuestion: string;
    handleFetchFreelancerDetails: string;
};
