import { type InstanceAiAgentPreviewHandoffContext, type InstanceAiResourceAttachment } from '@n8n/api-types';
export declare const AUTO_FOLLOW_UP_MESSAGE = "(continue)";
export declare const EDITOR_CONTEXT_OPEN_TAG = "";
export declare const EDITOR_CONTEXT_CLOSE_TAG = "";
export declare const CREDENTIAL_CONTEXT_OPEN_TAG = "";
export declare const CREDENTIAL_CONTEXT_CLOSE_TAG = "";
export declare const AGENT_PREVIEW_CONTEXT_OPEN_TAG = "";
export declare const AGENT_PREVIEW_CONTEXT_CLOSE_TAG = "";
export declare function withCurrentDateTime(message: string, dateTimeSection: string): string;
export declare function cleanStoredUserMessage(stored: string): string | null;
export declare function extractEditorContextResourceAttachments(stored: string): InstanceAiResourceAttachment[];
export declare function extractAgentPreviewHandoffContext(stored: string): InstanceAiAgentPreviewHandoffContext | undefined;