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