import { RestMiddleware } from '../../interfaces';
import { RestMiddlewareType } from '../types';
/**
 * Type indicates that it should be removed from array
 */
export declare class NotType<TType extends RestMiddleware> {
    ɵtype: RestMiddlewareType<TType>;
    constructor(ɵtype: RestMiddlewareType<TType>);
}
//# sourceMappingURL=notType.d.ts.map