import type { INodeProperties } from 'n8n-workflow'; import * as click from './click.operation'; import * as fill from './fill.operation'; import * as hover from './hover.operation'; import * as scroll from './scroll.operation'; import * as type from './type.operation'; export { click, fill, hover, scroll, type }; export declare const description: INodeProperties[]; //# sourceMappingURL=Interaction.resource.d.ts.map