import { CLI } from "../../lib/public-api.mjs"; import * as _$_cli_forge_parser0 from "@cli-forge/parser"; import { ParsedArgs } from "@cli-forge/parser"; //#region src/bin/commands/init.d.ts declare function withInitArgs(cmd: CLI): CLI<_$_cli_forge_parser0.Expand<_$_cli_forge_parser0.Expand<_$_cli_forge_parser0.Expand<_$_cli_forge_parser0.Expand<_$_cli_forge_parser0.Expand> & _$_cli_forge_parser0.MakeUndefinedPropertiesOptional<{ output: string | undefined; }>> & _$_cli_forge_parser0.MakeUndefinedPropertiesOptional<{ format: "ts" | "js"; }>> & _$_cli_forge_parser0.MakeUndefinedPropertiesOptional<{ moduleType: "esm" | "cjs"; }>> & _$_cli_forge_parser0.MakeUndefinedPropertiesOptional<{ initialVersion: string; }>>, void, {}, undefined, {}>; declare const initCommand: CLI<{ unmatched: string[]; '--'?: string[] | undefined; cliName: string; output?: string | undefined; format: "ts" | "js"; moduleType: "esm" | "cjs"; initialVersion: string; }, Promise, {}, undefined, {}>; //#endregion export { initCommand, withInitArgs }; //# sourceMappingURL=init.d.mts.map