import type { CustomChain } from "./types"; export declare function buildContractUrl(browserURL: string, contractAddress: string): string; export declare function printSupportedNetworks(customChains: CustomChain[]): Promise; //# sourceMappingURL=util.d.ts.map