import { gracely } from "gracely"; import { http } from "cloudly-http"; import { Account } from "../../Account"; export declare class History { private readonly client; constructor(client: http.Client); list(account: string): Promise; }