export default class IgnoreFiles {
    private _ignore;
    constructor(pattern: string);
    filter(pathnames: string[]): string[];
}
