import type { Api, Model } from "@earendil-works/pi-ai"; import type { KlawConfig } from "../../config/types.klaw.js"; export declare function resolveBundledStaticCatalogModel(params: { provider: string; modelId: string; cfg?: KlawConfig; workspaceDir?: string; env?: NodeJS.ProcessEnv; }): Model | undefined;