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