prohibited.d.ts 107 Bytes
import type { Plugin } from "ajv";
declare const prohibited: Plugin<undefined>;
export default prohibited;