import type { RedoclyConfig } from '@redocly/config'; export declare function getBilledCatalogBuildPagesCount(serverOutDir: string, catalogConfig: RedoclyConfig['entitiesCatalog']): Promise<{ total: number; duplicatedEntitiesPages: number; }>; //# sourceMappingURL=get-billed-catalog-build-pages-count.d.ts.map