import { Common, Schema } from '@strapi/types'; import type { Entity } from '../entity-manager'; declare const getDeepRelationsCount: (entity: Entity, uid: Common.UID.Schema) => Entity; export { getDeepRelationsCount }; //# sourceMappingURL=count.d.ts.map