import { type INodeType, type INodeTypeDescription } from 'n8n-workflow'; export declare class AlfaConnect implements INodeType { description: INodeTypeDescription; } export default AlfaConnect;