/** * @module Clients / Ledger Change * @category Entities */ import { Ledger } from "../../../types/src"; import { BaseChangeClient } from '../common/clients/base-change-client'; /** * Allows querying anchor changes. * * @see {Ledger} */ export declare class LedgerChangeClient extends BaseChangeClient { protected buildBasePath(): string; }