import { OpenAPIV3 } from "openapi-types";
export default function validate(oas: string): Promise<OpenAPIV3.Document>;
