import { IEmailBlock } from '@novu/dal'; import { LayoutId, MessageTemplateContentType } from '@novu/shared'; import { EnvironmentWithUserCommand } from '../../commands/project.command'; export declare class CompileEmailTemplateCommand extends EnvironmentWithUserCommand { content: string | IEmailBlock[]; contentType: MessageTemplateContentType; payload: any; subject: string; layoutId?: LayoutId | null; preheader?: string | null; senderName?: string | null; locale?: string; } //# sourceMappingURL=compile-email-template.command.d.ts.map