export declare class GitIgnoreManager {
    static getAIAssistantPatterns(): string[];
    updateGitIgnore(projectPath: string): Promise<void>;
    hasMetacodingPatterns(projectPath: string): Promise<boolean>;
    static createTemplateContent(): string;
}
//# sourceMappingURL=gitignore-manager.d.ts.map