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