import { CLI, Command, CommandToChildEntry } from "../lib/public-api.mjs"; //#region src/bin/cli.d.ts declare const mycli: CLI<{ unmatched: string[]; '--'?: string[]; }, void, CommandToChildEntry, CLI<{ unmatched: string[]; '--'?: string[]; }, void, {}, undefined, {}>>, undefined, {}>; //#endregion export { mycli as default }; //# sourceMappingURL=cli.d.mts.map