/** * Shared utilities for herdctl init commands. */ /** * Update .gitignore to include .herdctl/ if it exists and doesn't already have it. */ export declare function updateGitignore(cwd: string): void; //# sourceMappingURL=init-utils.d.ts.map