export interface Hasher { hash(input: InputType): string; }