export declare const setLruCache: (key: any, value: any) => Promise<"" | undefined>; export declare const getLruCache: (key: any) => any;