/**
 * Models Command - Manage Claude model configurations
 */
import { Command } from "../cliffy-compat.js";
export interface CommandContext {
    args: string[];
    flags: Record<string, any>;
}
export declare function modelsAction(ctx: CommandContext): Promise<void>;
export declare const modelsCommand: Command;
//# sourceMappingURL=models.d.ts.map