export declare function tryReadJson(fileName: string): Promise<unknown | undefined>;
