export declare class Storage { static get(): Promise; static getSync(): any; static set(newData: any): Promise; static clear(): Promise; static reset(fields: string[]): Promise; private static removeFields; private static ensureFileExists; private static ensureFileExistsSync; }