export declare const PROJECT_BINDING_IGNORE_ENTRY = ".kiokuko.json"; export interface RenderedProjectGitignore { content: string; action: 'created' | 'updated' | 'unchanged'; } /** Append the project binding ignore entry without rewriting user-owned bytes. */ export declare function renderProjectGitignore(existing: string | undefined): RenderedProjectGitignore; //# sourceMappingURL=gitignore.d.ts.map