export default class List { url: string; items: []; constructor(url: string); initialize(timeRange: number): Promise<[]>; }