import type { PlatformToChains, UniversalOrNative } from "@wormhole-foundation/sdk-connect"; /** * Runtime value for the Cosmwasm Platform */ export declare const _platform: "Cosmwasm"; /** * Compile time type for Cosmwasm Platform */ export type CosmwasmPlatformType = typeof _platform; export type CosmwasmChains = PlatformToChains; export type UniversalOrCosmwasm = UniversalOrNative; export type AnyCosmwasmAddress = UniversalOrCosmwasm | string | Uint8Array; export interface WrappedRegistryResponse { address: string; } //# sourceMappingURL=types.d.ts.map