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