import type { Plugin } from 'ajv';
declare const conditionalSchema: Plugin<undefined>;
export default conditionalSchema;
