import { Cli } from "incur"; /** CLI command that scaffolds a starter Ignition project in the current directory. */ export declare const init: Cli.Cli<{ [x: string]: { args: {}; options: {}; }; }, import("zod").ZodObject<{ logger: import("zod").ZodDefault>; }, import("zod/v4/core").$strip>, undefined>; //# sourceMappingURL=init.d.ts.map