import type { KyInstance } from 'ky';
import type { OptionsSettlement, OptionsTradeRunningWithDelta } from './types.js';
export declare const createUpdateTrade: (instance: KyInstance) => (body: {
    id: string;
    settlement: OptionsSettlement;
}) => Promise<OptionsTradeRunningWithDelta>;
//# sourceMappingURL=update-trade.d.ts.map