import * as getAll from './getAll'; import * as getById from './getById'; import * as create from './create'; import * as update from './update'; import * as deleteUser from './delete'; import { INodeProperties } from 'n8n-workflow'; export { getAll, getById, create, update, deleteUser as delete }; export declare const description: INodeProperties[];