import { gracely } from "gracely"; import { http } from "cloudly-http"; import { Card } from "../Card"; export declare class Reports { private readonly client; constructor(client: http.Client); fetchT140(stack: Card.Stack, id: string): Promise; }