declare function hash(value: unknown, maxLength?: number): string; export default hash; export { hash }; //# sourceMappingURL=hash.d.ts.map