/**
 * Each multisig object contains the networkId and multisigAddress properties.
 */
type MultiSigWallet = {
    networkId: string;
    multisigAddress: string;
};
export { MultiSigWallet };
//# sourceMappingURL=multisigwallet.d.ts.map