/** * Default hash function. * * Derived from https://github.com/darkskyapp/string-hash. */ export declare function defaultHashFunction(tokens: readonly string[]): string;