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