/** * Read JSON5 format file (JSON for Humans) */ export declare const readJson5: (filepath: string) => Promise;