import { Channel } from 'side-channel'; declare function whyNotEqual( value?: V, other?: O, visited?: Channel, ): string | false; export = whyNotEqual;