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