declare function traceErr(ex: any): string; declare function addStackTrace(ex: any): any; export { addStackTrace, traceErr };