import { ClaudeResponse, MessageParam } from './ClaudeAIClient';
export declare function createMessage(apiKey: string, model: string, messages: MessageParam[]): Promise<ClaudeResponse>;
