import type { BffCatalogEntity } from '@redocly/theme/core/types'; import type { Row } from '@libsql/client'; export declare function createBffEntity(entity: Row): BffCatalogEntity | null; //# sourceMappingURL=create-bff-entity.d.ts.map