import { OperationInterface, AsyncApiExtension, AsyncApiOperation } from '../../types/asyncapi.js';
export declare const getOperationsData: (operations: OperationInterface[], extensions: AsyncApiExtension[]) => AsyncApiOperation[];
