import { BRC } from '../types/RuntimeCxt';
/**
* 获取小程序订单发货状态
* @param params
* @param context
*/
export declare function getMpShipState(params: {
shipId: string;
}, context: BRC): Promise<string | null | undefined>;