export declare function read(path: string): Promise; export declare function readSync(path: string): string;