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