declare class ApiCache { private readonly cacheKeyPrefix; private readonly cacheKeyLength; getCachedResponse(method: string, path: string, token?: string | null): Promise; private deleteCachedResponse; private getCacheKey; } declare const _default: ApiCache; export default _default;