export declare const setLocalCache: (key: string, value: any) => void; export declare const getLocalCache: (key: string) => any; export declare const removeLocalCache: (key: string) => void;