import { True, False, And } from './conditionals'; import { IsNever } from './predicates'; export declare type DropString = Exclude; export declare type StringEqual = And>, IsNever>>; export declare type UnionContains = U extends T ? True : False;