export declare function hasEq(o: unknown): o is {
    eq: (other: unknown) => boolean;
};
