import type { KyInstance } from 'ky';
import type { Deposit } from './types.js';
export declare const createGetDeposit: (instance: KyInstance) => (params: {
    depositId: string;
}) => Promise<Deposit>;
//# sourceMappingURL=get-deposit.d.ts.map