import type { KyInstance } from 'ky';
import type { Deposit, DepositType } from './types.js';
export declare const createGetDeposits: (instance: KyInstance) => (searchParams?: {
    type: DepositType;
}) => Promise<Deposit[]>;
//# sourceMappingURL=get-deposits.d.ts.map