export declare function hashCode(str: string): number; export declare function isNullOrEmpty(str: string): boolean; export declare function capitalizeFirstLetter(str: string): string;