import "../_dnt.polyfills.js"; export declare class Trace extends Error { from: string; id: string; constructor(name: string); static _current?: Trace; run(fn: () => T): T; runAsync(fn: () => Promise): Promise; }