import type { KyInstance } from 'ky';
import type { OptionsMarketDetails } from './types.js';
export declare const createGetMarketDetails: (instance: KyInstance) => () => Promise<OptionsMarketDetails>;
//# sourceMappingURL=get-market-details.d.ts.map