import type { INodeProperties } from 'n8n-workflow'; export declare const transcriptDescription: INodeProperties[]; export { list } from './list'; export { info } from './info'; export { prompt } from './prompt';