import type { ExtensionContext } from "@earendil-works/pi-coding-agent"; type Model = ExtensionContext["model"]; export declare function supportsViewImageInputs(model: Model): boolean; export declare function supportsNativeWebSearch(model: Model): boolean; export declare function supportsNativeImageGeneration(model: Model): boolean; export {};