import type { StreamPart } from '../types/stream.js'; export declare const SECRET_MARKER = "[REDACTED]"; export declare const CIRCULAR_MARKER = "[circular]"; export declare function scrubSecrets(part: StreamPart): StreamPart;