import { NotificationStepEntity } from '@novu/dal'; import { DigestTypeEnum } from '@novu/shared'; import { EnvironmentWithUserCommand } from '../../commands/project.command'; export declare class DigestFilterStepsCommand extends EnvironmentWithUserCommand { _subscriberId: string; payload: any; steps: NotificationStepEntity[]; templateId: string; notificationId: string; transactionId: string; type: DigestTypeEnum; backoff?: boolean; } //# sourceMappingURL=digest-filter-steps.command.d.ts.map