import { ValidateFunction } from 'ajv';
import type { Type } from './partial-settings';
declare let v: ValidateFunction<Type>;
export default v;
