import type { AccountId } from '../account'; import type { __BuildAliasOutputMethod__, __BuildBasicOutputMethod__, __BuildFoundryOutputMethod__, __BuildNftOutputMethod__, __BurnNativeTokenMethod__, __BurnNftMethod__, __ClaimOutputsMethod__, __ConsolidateOutputsMethod__, __CreateAliasOutputMethod__, __DestroyAliasMethod__, __DestroyFoundryMethod__, __DeregisterParticipationEventMethod__, __GenerateEd25519AddressesMethod__, __GenerateEvmAddressesMethod__, __VerifyEd25519SignatureMethod__, __VerifySecp256k1EcdsaSignatureMethod__, __SignSecp256k1EcdsaMethod__, __GetBalanceMethod__, __GetOutputMethod__, __GetFoundryOutputMethod__, __ClaimableOutputsMethod__, __GetTransactionMethod__, __AddressesMethod__, __AddressesWithUnspentOutputsMethod__, __OutputsMethod__, __PendingTransactionsMethod__, __IncomingTransactionsMethod__, __TransactionsMethod__, __UnspentOutputsMethod__, __MinimumRequiredStorageDepositMethod__, __CreateNativeTokenMethod__, __MeltNativeTokenMethod__, __MintNativeTokenMethod__, __MintNftsMethod__, __PrepareOutputMethod__, __PrepareSendMethod__, __PrepareTransactionMethod__, __RegisterParticipationEventsMethod__, __RequestFundsFromFaucetMethod__, __RetryTransactionUntilIncludedMethod__, __SendMethod__, __SendNativeTokensMethod__, __SendNftMethod__, __SendOutputsMethod__, __SetAliasMethod__, __SetDefaultSyncOptionsMethod__, __SignTransactionEssenceMethod__, __SubmitAndStoreTransactionMethod__, __SyncAccountMethod__, __GetIncomingTransactionMethod__, __VoteMethod__, __GetParticipationOverviewMethod__, __GetParticipationEventMethod__, __GetParticipationEventsMethod__, __GetParticipationEventStatusMethod__, __GetParticipationEventIdsMethod__, __IncreaseVotingPowerMethod__, __DecreaseVotingPowerMethod__, __StopParticipatingMethod__ } from './account'; import type { __BackupMessage__, __Bech32ToHex__, __ChangeStrongholdPasswordMessage__, __ClearStrongholdPasswordMessage__, __ClearListenersMessage__, __CreateAccountMessage__, __EmitTestEventMessage__, __GenerateMnemonicMessage__, __GetAccountMessage__, __GetAccountIndexesMessage__, __GetAccountsMessage__, __GetLedgerNanoStatusMessage__, __GenerateEd25519AddressMessage__, __GetNodeInfoMessage__, __HexToBech32__, __IsStrongholdPasswordAvailableMessage__, __RecoverAccountsMessage__, __RemoveLatestAccountMessage__, __RestoreBackupMessage__, __SetClientOptionsMessage__, __SetStrongholdPasswordClearIntervalMessage__, __SetStrongholdPasswordMessage__, __StartBackgroundSyncMessage__, __StopBackgroundSyncMessage__, __StoreMnemonicMessage__, __VerifyMnemonicMessage__, __UpdateNodeAuthMessage__ } from './accountManager'; export type __AccountMethod__ = __BuildAliasOutputMethod__ | __BuildBasicOutputMethod__ | __BuildFoundryOutputMethod__ | __BuildNftOutputMethod__ | __BurnNativeTokenMethod__ | __BurnNftMethod__ | __ClaimOutputsMethod__ | __ConsolidateOutputsMethod__ | __CreateAliasOutputMethod__ | __DeregisterParticipationEventMethod__ | __DestroyAliasMethod__ | __DestroyFoundryMethod__ | __GenerateEd25519AddressesMethod__ | __GenerateEvmAddressesMethod__ | __VerifyEd25519SignatureMethod__ | __VerifySecp256k1EcdsaSignatureMethod__ | __SignSecp256k1EcdsaMethod__ | __GetBalanceMethod__ | __GetOutputMethod__ | __GetIncomingTransactionMethod__ | __GetFoundryOutputMethod__ | __ClaimableOutputsMethod__ | __GetParticipationEventMethod__ | __GetParticipationEventIdsMethod__ | __GetParticipationEventsMethod__ | __GetParticipationEventStatusMethod__ | __GetTransactionMethod__ | __AddressesMethod__ | __AddressesWithUnspentOutputsMethod__ | __OutputsMethod__ | __PendingTransactionsMethod__ | __IncomingTransactionsMethod__ | __TransactionsMethod__ | __UnspentOutputsMethod__ | __MinimumRequiredStorageDepositMethod__ | __CreateNativeTokenMethod__ | __MeltNativeTokenMethod__ | __MintNativeTokenMethod__ | __MintNftsMethod__ | __PrepareOutputMethod__ | __PrepareSendMethod__ | __PrepareTransactionMethod__ | __RegisterParticipationEventsMethod__ | __RequestFundsFromFaucetMethod__ | __RetryTransactionUntilIncludedMethod__ | __SendMethod__ | __SendNativeTokensMethod__ | __SendNftMethod__ | __SendOutputsMethod__ | __SetAliasMethod__ | __SetDefaultSyncOptionsMethod__ | __SignTransactionEssenceMethod__ | __SubmitAndStoreTransactionMethod__ | __SyncAccountMethod__ | __VoteMethod__ | __StopParticipatingMethod__ | __GetParticipationOverviewMethod__ | __IncreaseVotingPowerMethod__ | __DecreaseVotingPowerMethod__; export type __CallAccountMethodMessage__ = { cmd: 'callAccountMethod'; payload: { accountId: AccountId; method: __AccountMethod__; }; }; export type __Message__ = __BackupMessage__ | __Bech32ToHex__ | __CallAccountMethodMessage__ | __ChangeStrongholdPasswordMessage__ | __ClearListenersMessage__ | __ClearStrongholdPasswordMessage__ | __CreateAccountMessage__ | __EmitTestEventMessage__ | __GenerateMnemonicMessage__ | __GetAccountMessage__ | __GetAccountIndexesMessage__ | __GetAccountsMessage__ | __GetLedgerNanoStatusMessage__ | __GenerateEd25519AddressMessage__ | __GetNodeInfoMessage__ | __HexToBech32__ | __IsStrongholdPasswordAvailableMessage__ | __RecoverAccountsMessage__ | __RemoveLatestAccountMessage__ | __RestoreBackupMessage__ | __SetClientOptionsMessage__ | __SetStrongholdPasswordClearIntervalMessage__ | __SetStrongholdPasswordMessage__ | __StartBackgroundSyncMessage__ | __StopBackgroundSyncMessage__ | __StoreMnemonicMessage__ | __VerifyMnemonicMessage__ | __UpdateNodeAuthMessage__; //# sourceMappingURL=index.d.ts.map