export declare const $hash: unique symbol; export interface Hashable { [$hash](): number; } //# sourceMappingURL=Hashable.d.ts.map