import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
export declare const userDescription: INodeProperties[];
export declare function executeUser(this: IExecuteFunctions, operation: string, i: number): Promise<any>;
