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