export declare const isSupportedKeyword: (key?: string | undefined) => boolean;
export declare const isRetroKeyword: (key?: string | undefined) => boolean;
export declare const isJsonSchemaKeyword: (key?: string | undefined) => boolean;
//# sourceMappingURL=validation-keywords.d.ts.map