import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class AccountBalances extends ClientSDK { /** * List daily transaction balances for an account * * @remarks * This endpoint returns an account's daily balances. * * ### How is data retrieved for this endpoint? * * Values from the endpoint are created by scraping the transactions from the * ledger canister (and associated archive canisters). */ listAccountBalancesApiV1LedgersLedgerCanisterIdAccountsAccountIdBalanceHistoryGet(request: operations.ListAccountBalancesApiV1LedgersLedgerCanisterIdAccountsAccountIdBalanceHistoryGetRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=accountbalances.d.ts.map