export type HashFunction = (input: string) => string | Promise; export declare let defaultHashFunction: HashFunction;