import type { ObjectLiteral } from '@authup/kit'; import type { DomainEventChannelName } from './types'; export declare function transformDomainEventData(input: T): T; export declare function buildDomainEventChannelName(input: DomainEventChannelName, id?: string | number): string; //# sourceMappingURL=utils.d.ts.map