import type { AsyncApiOperationObject } from '@scalar/types/asyncapi/3.1'; /** * Merges operation traits into a single operation view, while keeping operation fields highest priority. */ export declare const resolveOperationWithTraits: (operation: AsyncApiOperationObject) => AsyncApiOperationObject; //# sourceMappingURL=resolve-operation-with-traits.d.ts.map