import { ModuleRef } from '@nestjs/core'; import { OrganizationRepository } from '@novu/dal'; import { CompileTemplate, CompileTemplateBase } from '../compile-template'; import { CompileStepTemplateCommand } from './compile-step-template.command'; export declare class CompileStepTemplate extends CompileTemplateBase { private compileTemplate; protected organizationRepository: OrganizationRepository; protected moduleRef: ModuleRef; constructor(compileTemplate: CompileTemplate, organizationRepository: OrganizationRepository, moduleRef: ModuleRef); execute(command: CompileStepTemplateCommand, initiateTranslations?: (environmentId: string, organizationId: any, locale: string) => Promise): Promise<{ content: string; title: string; }>; private compileStepTemplate; } //# sourceMappingURL=compile-step-template.usecase.d.ts.map