export declare const setValue: (key: string, value: any) => void;
export declare const getValue: (key: string) => any;
