import { OpenAPIV3 } from "openapi-types"; export declare function isRefObj(obj: any): obj is OpenAPIV3.ReferenceObject; export declare type SpecOp = "get" | "put" | "post" | "delete" | "options" | "head" | "patch" | "trace"; export declare const specOps: readonly SpecOp[]; //# sourceMappingURL=index.d.ts.map