import { AccountDataType, AccountConfigType } from '../types';
export declare function deleteOrderRequest(orderId: String, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<void>;
//# sourceMappingURL=deleteOrderRequest.d.ts.map