//#region packages/cli/src/index.d.ts /** * @vpxa/aikit CLI — command-line interface for the AI Kit toolkit. * * Thin adapter: arg parsing + output formatting. * All core logic lives in @aikit/core, @aikit/store, @aikit/embeddings, etc. */ declare function run(argv: string[]): Promise; //#endregion export { run };