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