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