/** * @packageDocumentation * @module std.internal */ export declare type Hasher = (key: Key) => number;