import type { INodeProperties } from 'n8n-workflow'; import * as create from './create'; import * as deactive from './deactive'; import * as getAll from './getAll'; import * as getByEmail from './getByEmail'; import * as getById from './getById'; import * as invite from './invite'; export { create, deactive, getAll, getByEmail, getById, invite }; export declare const descriptions: INodeProperties[]; //# sourceMappingURL=index.d.ts.map