import type { KyInstance } from 'ky';
import type { Swap } from './types.js';
export declare const createGetSwaps: (instance: KyInstance) => (searchParams?: {
    from?: number;
    limit?: number;
    to?: number;
}) => Promise<Swap[]>;
//# sourceMappingURL=get-swaps.d.ts.map