import { Channel } from 'side-channel'; import Why from './why'; declare function compareCallable( value: V, other: O, valueIsCallable: boolean, otherIsCallable: boolean, valueIsGen: boolean, valueIsArrow: boolean, seen: Channel, whyNotEqual: typeof Why, ): string; export = compareCallable;