import type { ImageUnderstandingProvider } from './types.js'; export declare function buildPiAiImageUnderstandingProvider(providerId: string): ImageUnderstandingProvider;