import { PathService } from './ConfigParser'; export default class FileSystemPathService implements PathService { getcwd(): string; loadFile(path: string): T; isFile(filepath: string): boolean; glob(pattern: string): string[]; ensureAbsolutePath(filepath: string): string; } //# sourceMappingURL=FileSystemPathService.d.ts.map