import { Bitcoind } from '../../types.js';
type GetBalancesParams = {
    bitcoind: Bitcoind;
};
/**
 * getbalances
 *
 * Returns an object with all balances in BTC.
 *
 */
export declare function getBalances(params: GetBalancesParams): Promise<any>;
export {};
//# sourceMappingURL=get-balances.d.ts.map