export declare function errMsg(err: any): string; export declare function errStack(err: any): string | undefined; export declare function errInfo(err: any): [string, string | undefined]; //# sourceMappingURL=err-info.d.ts.map