import { ProjectProfile } from '../types'; export declare function generateClaudeIgnore(profile: ProjectProfile): string;