export declare const promiseToReadFile: (path: any) => Promise<string>;
