import { JSONValidator } from "../types";
declare const KeywordValidation: Record<string, JSONValidator>;
export default KeywordValidation;
