import type { RhinestoneAccount } from '../api/account.js'; import type { LazyCallInput } from '../config/account.js'; export declare function deploy(account: RhinestoneAccount): LazyCallInput; //# sourceMappingURL=deploy.d.ts.map