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