import type { KyInstance } from 'ky';
import type { FuturesOpenOrRunningTrade } from './types.js';
export declare const createUpdateTrade: (instance: KyInstance) => (body: {
    id: string;
    type: "stoploss" | "takeprofit";
    value: number;
}) => Promise<FuturesOpenOrRunningTrade>;
//# sourceMappingURL=update-trade.d.ts.map