export declare const KeywordsForNumber: readonly ["maximum", "minimum", "exclusiveMaximum", "exclusiveMinimum", "multipleOf"];
export declare const KeywordsForString: readonly ["maxLength", "minLength", "pattern", "format"];
export declare const KeywordsForArray: readonly ["maxItems", "minItems", "uniqueItems"];
export declare const DefaultValidateDirectiveName = "validate";
