import { AccountConfigType, AccountDataType, CashFoundType } from '../types';
export declare function getCashFundstRequest(accountData: AccountDataType, accountConfig: AccountConfigType): Promise<CashFoundType[]>;
//# sourceMappingURL=getCashFundstRequest.d.ts.map