import type { KyInstance } from 'ky';
import type { OptionsTradeClosed } from './types.js';
export declare const createCloseTrade: (instance: KyInstance) => (searchParams: {
    id: string;
}) => Promise<OptionsTradeClosed>;
//# sourceMappingURL=close.d.ts.map