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