import { OpenAPIV3 } from 'openapi-types'; export declare function IsOperationObject(obj: any): obj is OpenAPIV3.OperationObject;