export declare function withSolanaNamespace(chainId?: T): T extends string ? `solana:${string}` : undefined;