type TraceOptions = { name: string; category: string; extraDetails?: Record; newRoot?: boolean; }; export declare function delayTraceTillSignal(trace: typeof autoTrace, signaller: O, signal: K): O; export declare function autoTrace(opts: TraceOptions, fn: (childTrace: typeof autoTrace, ...args: Args) => R): (...args: Args) => R; export {}; //# sourceMappingURL=index.d.ts.map