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