import type { ManifestPatch } from "./template/manifest"; import { type PackageJsonPatch } from "./template/pacakge-json"; export declare const setupTemplate: (opts: { templateName: string; outputDir: string; manifestPatch: ManifestPatch; packageJsonPatch: PackageJsonPatch; }) => Promise;