import type { Token, TokenValue } from '../types.js'; declare function toCSSVariable(token: Token): TokenValue; export default toCSSVariable;