import { Link } from './link'; export declare class List { name: string; links: Link[]; constructor(name: string, links?: Link[]); }