/** * axon deploy [template] — bundle, upload to IPFS, register deployment. * * Loads axon.json, instantiates AxonClient, calls client.deploy(), * and prints a friendly success message. */ export declare function runDeploy(_template: string | undefined, cwd?: string): Promise; //# sourceMappingURL=deploy.d.ts.map