import type { INodeProperties } from 'n8n-workflow'; import * as getAll from './getAll.operation'; import * as roleAdd from './roleAdd.operation'; import * as roleRemove from './roleRemove.operation'; export { getAll, roleAdd, roleRemove }; export declare const description: INodeProperties[]; //# sourceMappingURL=index.d.ts.map