import type { INodeProperties } from 'n8n-workflow';
import * as analyze from './analyze.operation';
import * as generate from './generate.operation';
export { generate, analyze };
export declare const description: INodeProperties[];
