import { NotificationTemplateEntity, SubscriberEntity } from '@novu/dal'; import { EnvironmentWithSubscriber } from '../../commands'; import { ITenantDefine } from '@novu/shared'; export declare class GetSubscriberTemplatePreferenceCommand extends EnvironmentWithSubscriber { template: NotificationTemplateEntity; subscriber?: SubscriberEntity; tenant?: ITenantDefine; } //# sourceMappingURL=get-subscriber-template-preference.command.d.ts.map