import { BREADCRUMBCATEGORYS, WxBreadcrumbTypes } from '@gogocj/shared'; import { WxParsedErrorType } from '@gogocj/types'; export declare function parseErrorString(str: string): WxParsedErrorType; export declare function getBreadcrumbCategoryInWx(type: WxBreadcrumbTypes): BREADCRUMBCATEGORYS; export declare function getAppId(): string; //# sourceMappingURL=wx.d.ts.map