import { type Api, type Model } from '@earendil-works/pi-ai'; import type { ModelThinkingCapabilities } from '@xopcai/gateway-contract'; /** Use the same capability metadata as the provider runtime. */ export declare function getModelThinking(model: Model): ModelThinkingCapabilities;