import { EnvironmentWithUserCommand } from '../../commands/project.command'; export declare class CompileStepTemplateCommand extends EnvironmentWithUserCommand { content: string; title?: string; payload: any; locale?: string; } //# sourceMappingURL=compile-step-template.command.d.ts.map