import { AllTokens } from './tokens'; export * from './tokens'; export default function tokenize(abbr: string, isValue?: boolean): AllTokens[];