import "./extensions.js"; import { type OAS3PluginOptions } from "./options.js"; export * as OAS31 from "openapi3-ts"; export { OAS3PluginOptions } from "./options.js"; export declare const oas3Plugin: import("fastify").FastifyPluginCallback;