declare class reporter { info: string; PfTestReport: any[]; run: (files: string[], options: any, callback: Function) => void; } export = reporter;