export type ModelsCommandOptions = { settings?: string; list?: boolean; }; /** * CLI command to view and configure per-role model assignments. * Validates models on the fly before saving. */ export declare function modelsCommand(options: ModelsCommandOptions): Promise; //# sourceMappingURL=models.d.ts.map