import type { EntityTypeMap } from '@authup/core-kit'; import type { EntityCollectionManager, EntityCollectionManagerCreateContext } from './types'; export declare function defineEntityCollectionManager(context: EntityCollectionManagerCreateContext): EntityCollectionManager; //# sourceMappingURL=module.d.ts.map