export declare const hash: (o: any) => any;
declare function hashString(string: any): number;
export { hashString };
//# sourceMappingURL=hash.d.ts.map