export declare const MAX_RETAINED_DIAGNOSTIC_CHARS = 240; export declare function hasSecretLikeText(text: string): boolean; export declare function redactKnownSecrets(text: string): string; /** Retain one redacted diagnostic line with bounded regex work and durable output size. */ export declare function boundedRedactedDiagnosticText(text: string): string | undefined; //# sourceMappingURL=secret-text.d.ts.map