export declare const STORAGE_FILE_NAME = "flume.json";
export declare function safeGetItem(filePath: string, key: string): string | null;
export declare function safeSetItem(filePath: string, key: string, value: string): void;
