export declare const readFileOrError: (filePath: string) => Promise<any[]>;
