import type { INode } from 'n8n-workflow';
export declare function validateEmbedQueryInput(query: unknown, node: INode): string;
export declare function validateEmbedDocumentsInput(documents: unknown, node: INode): string[];
