import type { Transducer } from "./api.js";
export declare const trace: <T>(prefix?: string) => Transducer<T, T>;
//# sourceMappingURL=trace.d.ts.map