import { Bitcoind } from '../../types.js';
type GetWalletInfoParams = {
    bitcoind: Bitcoind;
};
/**
 * getwalletinfo
 *
 * Returns an object containing various wallet state info.
 *
 */
export declare function getWalletInfo(params: GetWalletInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-wallet-info.d.ts.map