/** * Cleans error stack traces. If you want more options to clean up the stack trace, * you can use the [@ts-stack/stack-utils](https://github.com/ts-stack/stack-utils) library directly. */ export declare function cleanErrorTrace(error: any, regExp?: RegExp[]): any; //# sourceMappingURL=clean-error-trace.d.ts.map