UNPKG

@ln-markets/sdk

Version:
8 lines 550 B
import type { KyInstance } from 'ky'; export declare const createOracleRoutes: (instance: KyInstance) => { getIndex: (input?: import("./get-index.js").GetIndexInput) => Promise<import("./get-index.js").GetIndexOutput>; getLastPrice: (input?: import("./get-last-price.js").GetLastPriceInput) => Promise<import("./get-last-price.js").GetLastPriceOutput>; }; export type { GetIndexInput, GetIndexOutput } from './get-index.js'; export type { GetLastPriceInput, GetLastPriceOutput } from './get-last-price.js'; //# sourceMappingURL=index.d.ts.map