import type { KyInstance } from 'ky';
import type { OptionsTrade } from './types.js';
export declare const createGetTrade: (instance: KyInstance) => (params: {
    id: string;
}) => Promise<OptionsTrade>;
//# sourceMappingURL=get-trade.d.ts.map