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