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