import type { OpenAPIDefinition } from '@redocly/openapi-docs'; import type { OperationInfo } from './types'; export declare function getOperationInfoById(definition: OpenAPIDefinition, operationId?: string): OperationInfo | undefined; //# sourceMappingURL=get-operation-info-by-id.d.ts.map