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