import { Bitcoind } from '../../types.js';
type ListAddressGroupingsParams = {
    bitcoind: Bitcoind;
};
/**
 * listaddressgroupings
 *
 * Lists groups of addresses which have had their common ownership
 * made public by common use as inputs or as the resulting change
 * in past transactions
 *
 */
export declare function listAddressGroupings(params: ListAddressGroupingsParams): Promise<any>;
export {};
//# sourceMappingURL=list-address-groupings.d.ts.map