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