import { Keyword } from "../Keyword";
import { SchemaNode } from "../types";
export declare const notKeyword: Keyword;
export declare function parseNot(node: SchemaNode): void;
