import type { PublicKeyInitData } from '@solana/web3.js'; import type { PlatformToChains, UniversalOrNative } from '@wormhole-foundation/sdk-connect'; export declare const unusedNonce = 0; export declare const unusedArbiterFee = 0n; /** * Runtime value for the Solana Platform */ export declare const _platform: 'Solana'; /** * Type for the Solana Platform */ export type SolanaPlatformType = typeof _platform; export type SolanaChains = PlatformToChains; export type UniversalOrSolana = UniversalOrNative; export type AnySolanaAddress = UniversalOrSolana | PublicKeyInitData; //# sourceMappingURL=types.d.ts.map