import { SmartContractInfo } from "../../interfaces/SmartContractInfo.js";
export declare const smartContractWizard: () => Promise<SmartContractInfo | undefined>;
