import { API } from "@orderly.network/types"; export declare function getOrderExecutionReportMsg(data: API.AlgoOrder | API.Order, symbolsInfo: any): { title: string; msg: string; }; //# sourceMappingURL=getOrderExecutionReportMsg.d.ts.map