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