import { In } from './in'; import { InFunctionType } from './in-function-types'; export declare class NotIn extends In { toString(): string; }