import type { Sink, TrailFunction } from "./types.js"; export declare function addSink(sink: Sink): void; export declare function removeSink(sink: Sink): void; /** Reset sinks — for testing */ export declare function resetSinks(): void; export declare function trail(namespace: string): TrailFunction; //# sourceMappingURL=trail-browser.d.mts.map