import type { AnyAsyncApiDefinition, AsyncApi2SplittableComponent, AsyncApi3SplittableComponent } from '../types.js'; export declare function removeAsyncApiEmptyComponents(asyncapi: AnyAsyncApiDefinition, componentType: AsyncApi2SplittableComponent | AsyncApi3SplittableComponent): void; //# sourceMappingURL=remove-asyncapi-empty-components.d.ts.map