export function readFile(path: string): Promise; export function readFile(path: string, encoding: string): Promise;