export declare const BANK_PATTERN: {
    addFreelancerBankDetails: string;
    fetchFreelancerBankDetails: string;
    updateFreelancerBankDetails: string;
    deleteBankAccount: string;
    fetchBankAccounts: string;
    setBankAccountPrimary: string;
};
