/** * axon init — interactive project setup. * * Steps: * 1. Ask: project name, provider, template * 2. Write axon.json * 3. Write .env with placeholder comments * 4. Copy template files into cwd * 5. Print success message + next steps */ export declare function runInit(cwd?: string): Promise; //# sourceMappingURL=init.d.ts.map