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