import type { ISubscriber } from "./api.js";
/**
 * Helper {@link ISubscriber} for inspection / debugging purposes.
 * Simply logs received values to console, optionally with given
 * `prefix`.
 *
 * @param prefix -
 */
export declare const trace: (prefix?: any) => ISubscriber<any>;
//# sourceMappingURL=trace.d.ts.map