import { type Oas3Schema, type Oas3_1Schema, type Oas3ComponentName } from '@redocly/openapi-core'; import { type AnyOas3Definition } from '../types.js'; export declare function removeEmptyComponents(openapi: AnyOas3Definition, componentType: Oas3ComponentName): void; //# sourceMappingURL=remove-empty-components.d.ts.map