import type { Cache } from '@tramvai/tokens-common'; import type { UAParserExtensionsTypes, UserAgent } from '@tinkoff/user-agent'; export declare const parseUserAgentWithCache: (cache: Cache, userAgent: string, metrics: { hit: Function; miss: Function; }, extensions?: UAParserExtensionsTypes[] | null) => UserAgent; //# sourceMappingURL=parseUserAgentWithCache.d.ts.map