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