import type { CoreMessage } from 'ai'; export declare function summarizeConversation(messages: CoreMessage[], anthropicApiKey: string, modelId?: string): Promise; export declare function summarizeLargeMessage(message: CoreMessage, anthropicApiKey: string, modelId?: string): Promise; //# sourceMappingURL=summarizer.d.ts.map