import { And } from './And'; import { IsAny } from './IsAny'; export declare type Equals = IsAny extends true ? IsAny extends true ? true : false : And; //# sourceMappingURL=Equals.d.ts.map