import { TokenList } from './token-list.mjs'; import './token-list-token.mjs'; declare class TokenLists { items: TokenList[]; } export { TokenLists };