export declare function calculateHashValue(str?: string): number;
export declare function titleCase(str: string): string;
