import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Checks if the specified key has an entry in the `HashMap` using a custom * hash. * @tsplus static HashMap.Aspects hasHash * @tsplus pipeable HashMap hasHash * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/hasHash" */ export declare function hasHash(key: K, hash: number): (self: HashMap) => boolean; //# sourceMappingURL=hasHash.d.ts.map