export declare const generalRedactor: <T>(val: T) => string;
export declare const allPropertiesRedactor: <T>(val: T) => string;
