/**
 * 获取订单详情
 */
export declare function getOrderDetail(orderId: any): Promise<import("@cdwx/http").HttpResponse<any>>;
