import type { TraceContext } from './trace-context.js'; /** The trace on the active Flow, or `null` when there is none — the new entry's parent. */ export declare function parentTrace(): TraceContext | null; //# sourceMappingURL=parent-trace.d.ts.map