export declare const CONTRACT_PATTERN: {
    generateContract: string;
    fetchHiredFreelancerForClient: string;
    esignContractForClient: string;
    markContractViewedByFreelancer: string;
    esignContractForFreelancer: string;
    fetchFreelancerDropdownForClient: string;
    fetchClientDropdownForFreelancer: string;
    escrowFundForContract: string;
    markContractAsActive: string;
    handleContractManualClosure: string;
    fetchActiveContractsForFreelancer: string;
    fetchHiredFreelancerForGroupCreation: string;
    fetchActiveContractFreelancerCount: string;
    fetchJobsDropDownForContractFilters: string;
    fetchJobsDropDownFortaskFilters: string;
    fetchOfferedJobsForFreelancer: string;
    fetchContractsForClient: string;
    fetchContractCountForClientAsPerStatus: string;
    fetchContractsForFreelancer: string;
    fetchContractCountForFreelancerAsPerStatus: string;
    signContractsForClient: string;
    signContractsForFreelancer: string;
    fetchContractDetailsForClient: string;
    fetchContractDetailsForFreelancer: string;
    rejectContractsForFreelancer: string;
    fetchFreelancersForClientContractRepository: string;
    fetchJobsForClientContractRepository: string;
    fetchContractsForClientContractRepository: string;
    fetchClientsForFreelancerContractRepository: string;
    fetchJobsForFreelancerContractRepository: string;
    fetchContractsForFreelancerContractRepository: string;
    resendContractForFreelancer: string;
};
