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