import type { UnifiedModel } from "../types.js"; export declare function handleListModels(models: UnifiedModel[], args: Record): { content: { type: "text"; text: string; }[]; }; //# sourceMappingURL=list.d.ts.map