import type { KyInstance } from 'ky';
import type { Swap, SwapSource } from './types.js';
export declare const createGetSwapBySourceId: (instance: KyInstance) => (params: {
    sourceId: string;
}, searchParams: {
    source: SwapSource;
}) => Promise<Swap>;
//# sourceMappingURL=get-swap-by-source-id.d.ts.map