/**
 * @module rootCause
 * @description Get the root cause of an error
 */
export declare const getRootCause: (e: Error | undefined) => Error;
//# sourceMappingURL=rootCause.d.ts.map