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