import type { AnyTokenName } from './tokens'; export type TokensDefinition = Record; export type PartialTokensDefinition = Partial>;