import { plugin } from "./lib/plugin"; export * from "./lib/ajv"; export * from "./lib/plugin"; export { bundleSpecification } from "./lib/parser"; export type * from "openapi3-ts/oas31"; declare const _default: typeof plugin; export default _default;