import type { AgentRuntime } from "@elizaos/core"; export declare function detectRuntimeModel(runtime: AgentRuntime | null, config?: { agents?: { defaults?: { model?: { primary?: string; }; }; }; }): string | undefined; export declare function resolveProviderFromModel(model: string): string | null; //# sourceMappingURL=agent-model.d.ts.map