import { NotificationTemplateEntity, SubscriberEntity } from '@novu/dal'; import { ITenantDefine } from '@novu/shared'; import { TriggerEventMulticastCommand } from '../trigger-event'; export declare class TriggerMulticastCommand extends TriggerEventMulticastCommand { template: NotificationTemplateEntity; actor?: SubscriberEntity | undefined; tenant: ITenantDefine | null; } //# sourceMappingURL=trigger-multicast.command.d.ts.map