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