import type { OpenClawConfig } from "../config/types.openclaw.js"; import type { PluginManifestRecord } from "./manifest-registry.js"; export declare function normalizeProviderModelIdWithManifest(params: { provider: string; config?: OpenClawConfig; workspaceDir?: string; env?: NodeJS.ProcessEnv; plugins?: readonly Pick[]; context: { provider: string; modelId: string; }; }): string | undefined;