export declare const DEFAULT_REDACT_KEYS: string[]; export declare function redact(value: T, keys?: string[]): T;