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