export interface Base { readFile(filePath: string, options?: any): any; }