import type { KyInstance } from 'ky';
import type { Swap, SwapAsset } from './types.js';
export declare const createNewSwap: (instance: KyInstance) => (body: {
    inAmount: number;
    inAsset: SwapAsset;
    outAsset: SwapAsset;
}) => Promise<Swap>;
//# sourceMappingURL=new-swap.d.ts.map