interface NetworkShortName { shortName: string; chainId: number; } export declare const networks: NetworkShortName[]; export {};