export declare function isSecretKey(key: string): boolean; export declare function redactJson(value: T): T; export declare function redactText(input: string): string; //# sourceMappingURL=redact.d.ts.map