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