import { Agent, AgentNS, ChatGPT } from "@ai-zen/agents-core"; export declare const DEFAULT_SYSTEM_PROMPT: string; export declare function buildModel(modelId: string): Promise>; export declare function createAgent(modelId: string, messages?: AgentNS.Message[]): Promise; //# sourceMappingURL=agent-creator.d.ts.map