import type { UUID } from '../../index.js';
import type { RestFetcher } from '../../rest.js';
import type { FuturesCanceledTrade } from './types.js';
export declare const createCancelTrade: (request: RestFetcher) => (body: {
id: UUID;
}) => Promise<FuturesCanceledTrade>;