interface PlaceholderConfig { projectName: string; placeholderName: string; placeholderTitle?: string; projectTitle?: string; } export declare function changePlaceholderInTemplate({ projectName, placeholderName, placeholderTitle, projectTitle, }: PlaceholderConfig): Promise; export {}; //# sourceMappingURL=editTemplate.d.ts.map