import { LegacyFormatter } from './legacy.formatter.js';
export declare class GitignoreFormatter extends LegacyFormatter {
    constructor(context: any, project: any);
}
