import type { File } from "../fs-stage/file.js";
import type { TemplateId } from "./template.js";
export declare function copyFromTemplate(templateId: TemplateId, path: string, ...pathSegments: string[]): Promise<File>;
