import type { ChainInfo } from "@keplr-wallet/types";
export declare function experimentalSuggestChain(_chainInfo: ChainInfo): Promise<void>;
