import { GlobalOptions } from "../types/index.js";
export declare function setupTemplates(projectPath: string, template: GlobalOptions["templates"]): Promise<void>;
