import type { ServerResponse } from 'node:http'; export interface ModelInfo { id: string; label: string; } export declare function handleListModels(res: ServerResponse): void;