import type { RestFetcher } from '../../rest.js';
import type { OptionsTradeClosed } from './types.js';
export declare const createCloseAllTrades: (request: RestFetcher) => () => Promise<OptionsTradeClosed[]>;
