declare function hashUnencodedCharsRaw(stringValue: string, seed?: number): number; export declare const hashUnencodedChars: typeof hashUnencodedCharsRaw; export {};