export declare function renderCometProjectGitignore(source: string): string; /** * Keep project-level Comet configuration portable without exposing local * Runtime, selections, caches, drafts, or installed Skills. * * This only updates `.gitignore`; it never stages files or invokes Git. */ export declare function ensureCometProjectGitignore(projectRoot: string): Promise; //# sourceMappingURL=project-gitignore.d.ts.map