import { Bitcoind } from '../../types.js';
type ListWalletsParams = {
    bitcoind: Bitcoind;
};
/**
 * listwallets
 *
 * Returns a list of currently loaded wallets.
 * For full information on the wallet, use "getwalletinfo"
 *
 */
export declare function listWallets(params: ListWalletsParams): Promise<any>;
export {};
//# sourceMappingURL=list-wallets.d.ts.map