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, del as delete, update, get }; export declare const descriptions: INodeProperties[]; //# sourceMappingURL=index.d.ts.map