import type { DomainEventName, DomainType } from './contstants'; import type { DomainEventFullName } from './types'; export declare function buildDomainEventFullName(type: T, event: `${DomainEventName}`): DomainEventFullName; export declare function buildDomainChannelName(type: string, id?: string | number): string; export declare function buildDomainNamespaceName(id: string): string; //# sourceMappingURL=utils.d.ts.map