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