export declare function BKDRHash(str: string): number; export declare function djb2hash(str: string): number;