import type { ISession } from '../../session/types.js'; /** * Write the default template questions to template.yml */ export declare function writeTemplateFile(session: ISession, targetPath: string): Promise; //# sourceMappingURL=writeTemplateFile.d.ts.map