import { NotificationTemplateEntity, SubscriberEntity } from '@novu/dal'; import { ChannelTypeEnum, ISubscribersDefine, ITenantDefine, ProvidersIdEnum } from '@novu/shared'; import { EnvironmentWithUserCommand } from '../../commands'; export declare class CreateNotificationJobsCommand extends EnvironmentWithUserCommand { identifier: string; overrides: Record>; payload: any; subscriber: SubscriberEntity; template: NotificationTemplateEntity; templateProviderIds: Record; to: ISubscribersDefine; transactionId: string; actor?: SubscriberEntity; tenant?: ITenantDefine; } //# sourceMappingURL=create-notification-jobs.command.d.ts.map