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