import { gracely } from "gracely"; import { http } from "cloudly-http"; import { Rail } from "../../Rail"; export declare class Counterparts { private readonly client; constructor(client: http.Client); replace(account: string, code: string, address: Rail.Address): Promise; remove(account: string, code: string): Promise; }