import type AjvCore from "ajv/dist/core";
import type { ParsedArgs } from "minimist";
export default function (argv: ParsedArgs): AjvCore;
