export declare const memoryCacheService: (getItem: (params: any) => Promise) => { fetch: (params: any, key?: string | null) => Promise; };