/** * Returns the most accurate message possible for an error caught in a * try/catch block. */ export declare function errorMessageFromCatch(e: any): string; export declare function stringifyObject(err: any): string; //# sourceMappingURL=index.d.ts.map