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