export declare const WALLET_PATTERN: {
    fetchConnectAccountDetails: string;
    fetchWalletTransactions: string;
    escrowFund: string;
    transferEscrowAmountToFreelancerFromClient: string;
    addTopupEscrowAmount: string;
    debitCommissionFromClientForFTEHiring: string;
};
export declare const WALLET_ADMIN_PATTERN: {
    fetchAdminWalletBalance: string;
    fetchAdminWalletTransactions: string;
};
