import type { KyInstance } from 'ky';
import type { WithdrawalCondensed } from './types.js';
export declare const createGetWithdrawals: (instance: KyInstance) => () => Promise<WithdrawalCondensed[]>;
//# sourceMappingURL=get-withdrawals.d.ts.map