export declare const hideSecrets: (source: string) => string;
export declare const utilInspectSafe: <T>(obj: T) => string;
