export declare const IDEA = ".idea";
export declare const copyTemplate: (templatePath: string) => Promise<string>;
