/// declare class FileSearcher { constructor(); getFiles(): string[]; } export = FileSearcher;