export declare function loadJsonFile(pathname: string): T | undefined; export declare function saveJsonFile(pathname: string, data: unknown): void;