// Re-export all types from the new types folder for backward compatibilityexport * from"./types/index";
// Re-export AlgorandResourcesBridge as AlgorandResources for backward compatibilityexporttype { AlgorandResourcesBridgeasAlgorandResources } from"./types/bridge";