import * as Ajv from "ajv";
import { DRConnection } from "../interfaces/connection";
export default function (connection: DRConnection): Ajv.Ajv;
