export declare function modelSupportsVision(modelRef: string): boolean; export type ImageHandlingStrategy = 'native' | 'describe'; export declare function resolveImageHandlingStrategy(modelRef: string): ImageHandlingStrategy;