export declare class AppCache { static DreamerId: string; cache: Record; get: (k: string, defaultValue?: any) => any; set: (k: string, v: any) => void; } declare const _default: AppCache; export default _default;