export declare function hideString(value: any): any; export declare function guid(): string; export declare function findLine(str: any, idx: any): any; export declare function toStringArray(strings: string | string[]): string[]; export declare function obfuscateJson(key: string, value: any): any; export declare function generateHash(url: string): string;