//#region src/getShortErrorMsg.d.ts declare const getShortErrorMsg: (errorCode: string, errorDescMap: Record, args?: Record, originalErrorMsg?: string) => string; //#endregion export { getShortErrorMsg }; //# sourceMappingURL=getShortErrorMsg.d.ts.map