import type { ChatArtifact, ChatMessageContentChunk } from '@n8n/api-types'; export declare function collectChatArtifacts(items: ChatMessageContentChunk[]): ChatArtifact[];