import { Message } from '../types/api'; export declare function formatChatPrompt(messages: Message[], system?: string): string; //# sourceMappingURL=chatPrompt.d.ts.map