import Matcher from './matcher.js';
export default class PartialMatcher extends Matcher {
constructor(filepath: string): boolean;
}
