import __tsdown_shims_path from 'node:path'; import __tsdown_shims_url from 'node:url'; import { CovectorPublish, CovectorStatus, CovectorVersion } from "./types/dist/index.mjs"; //#region src/cli.d.ts declare function cli(argv: readonly string[]): Generator, { response: string; } | { response: "complete" | "skipped"; } | { response: string; } | CovectorStatus | CovectorVersion | CovectorPublish | { response: string; } | { response: string; }, unknown>; //#endregion export { cli };