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