import type { TokenDimension, TokenNumber, TokenPercentage } from '@csstools/css-tokenizer'; export type Globals = Map; export type GlobalsWithStrings = Map; export declare function tokenizeGlobals(x: GlobalsWithStrings | undefined): Globals;