import { TokenListToken } from './token-list-token'; export declare class TokenListTokens { items: TokenListToken[]; }