import { IImmutable } from "./INode"; export declare function hash(node: IImmutable): number; export default hash;