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