export default class Query { url: string; constructor(url: string); send(timeRange?: number): Promise; }