import type { KyInstance } from 'ky';
import type { OHLC, OHLCRange } from './types.js';
export declare const createGetOHLCHistory: (instance: KyInstance) => (searchParams: {
    from: number;
    limit?: number;
    range: OHLCRange;
    to: number;
}) => Promise<OHLC[]>;
//# sourceMappingURL=get-ohlc-history.d.ts.map