/** * kibi llm models / kibi llm credits / kibi llm setup */ import { Command } from 'commander'; export declare function registerLlm(program: Command): void;