import { Message } from "@keplr-wallet/router"; export declare class TryUpdateAllChainInfosMsg extends Message { static type(): string; constructor(); validateBasic(): void; route(): string; type(): string; } export declare class TryUpdateEnabledChainInfosMsg extends Message { static type(): string; constructor(); validateBasic(): void; route(): string; type(): string; }