import type { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class AtlassianDocumentFormatter implements INodeType { description: INodeTypeDescription; methods: { loadOptions: {}; }; execute(this: IExecuteFunctions): Promise; }