import { gracely } from "gracely"; import { isoly } from "isoly"; import { http } from "cloudly-http"; import { Transaction } from "../../Transaction"; export declare class Buffer { private readonly client; constructor(client: http.Client); replace(account: string, currency: isoly.Currency, amount: number): Promise; }