import { Command } from "commander"; interface AskOptions { model?: string; limit?: string; locale?: string; format?: string; hub?: string; topicId?: string; stream?: boolean; noRerank?: boolean; } export declare function askCommand(query: string | undefined, options: AskOptions): Promise; export declare function registerAskCommand(program: Command): void; export {}; //# sourceMappingURL=ask.d.ts.map