import type { KyInstance } from 'ky';
import type { OptionsTradeClosed } from './types.js';
export declare const createCloseAllTrades: (instance: KyInstance) => () => Promise<OptionsTradeClosed[]>;
//# sourceMappingURL=close-all.d.ts.map