export declare const redactYAML: (str: string) => string; export declare const redactJSON: (obj: any) => any;