import type { ChainAddress, Network, TokenAddress, UniversalOrNative } from '@wormhole-foundation/sdk-connect'; import { ChainContext } from '@wormhole-foundation/sdk-connect'; import type { SolanaChains } from './types.js'; export declare class SolanaChain extends ChainContext { getTokenAccount(address: UniversalOrNative, token: UniversalOrNative): Promise>; isToken2022(token: TokenAddress): Promise; } //# sourceMappingURL=chain.d.ts.map