UNPKG

@ln-markets/sdk

Version:
10 lines 658 B
import type { KyInstance } from 'ky'; export declare const createSyntheticUsdRoutes: (instance: KyInstance) => { getBestPrice: () => Promise<import("./get-best-price.js").GetBestPriceOutput>; getSwaps: (input?: import("./get-swaps.js").GetSwapsInput) => Promise<import("./get-swaps.js").GetSwapsOutput>; newSwap: (input: import("./new-swap.js").NewSwapInput) => Promise<import("./new-swap.js").NewSwapOutput>; }; export type { GetBestPriceOutput } from './get-best-price.js'; export type { GetSwapsInput, GetSwapsOutput } from './get-swaps.js'; export type { NewSwapInput, NewSwapOutput } from './new-swap.js'; //# sourceMappingURL=index.d.ts.map