import type { KyInstance } from 'ky'; import type { FuturesCrossOrder } from '../../../types.js'; export type FuturesCrossCloseOutput = FuturesCrossOrder; type Close = () => Promise; export declare const createClose: (instance: Readonly) => Close; export {}; //# sourceMappingURL=close.d.ts.map