export default class FilesystemService {
    exists(path: any): boolean;
    read(path: any): string;
}
