import { OpenAPIFileT } from '../../../openapi'; import { OperationObject } from '../openapi-models'; export declare const getOperationSchema: (openAPIFile: OpenAPIFileT, path: string, method: string) => OperationObject | null;