/// <reference path="../headers/require.d.ts" /> declare class FileSearcher { constructor(); getFiles(): string[]; } export = FileSearcher;