declare const setCache: (key: string, data: any) => void; declare const getCache: (key: string) => any; export { getCache, setCache };