/** * Reads the JSON file at `path`. * Returns `undefined` if the file does not exist. */ export declare function maybeReadJSON(path: string): Promise;