import type { OperationDetails } from './get-operation-from-description.js'; export declare function getOperationById(operationIdStr: string, descriptions: any): (OperationDetails & Record) | undefined; //# sourceMappingURL=get-operation-by-id.d.ts.map