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