import type { Cache } from '@tramvai/tokens-common'; /** Is used to perform all app caches clearing */ export declare const CACHES_LIST_TOKEN: Cache[] & { __type?: "base token" | undefined; }; /** Is used to check the uniqueness of metrics labels */ export declare const CACHE_NAMES_LIST_TOKEN: Set & { __type?: "base token" | undefined; }; //# sourceMappingURL=tokens.d.ts.map