import type { CommandArguments, CommandResult } from "../../../shared/interfaces/command.interface.js"; import { BaseCommand } from "../base.command.js"; /** * Init command handler * Creates starter envkit.yaml spec and state directories */ export declare class InitCommand extends BaseCommand { readonly name = "init"; readonly description = "Create a starter envkit.yaml spec and state directories"; private readonly logger; execute(args: CommandArguments): Promise; } //# sourceMappingURL=init.command.d.ts.map