export declare function isNullOrEmpty(text: string): boolean; export declare function anyNullOrEmpty(...args: string[]): boolean; export declare const urlPattern: string; export declare function isURL(str: string): boolean; export declare function hashCode(str: string): number;