import type { EntityTypeMap } from '@authup/core-kit'; import type { EntitySocketManager, EntitySocketManagerCreateContext } from './type'; export declare function defineEntitySocketManager(ctx: EntitySocketManagerCreateContext): EntitySocketManager; //# sourceMappingURL=module.d.ts.map