export declare function containsSensitiveCredential(value: string): boolean; export declare function redactSensitiveText(value: string): string;