import { INodeProperties } from 'n8n-workflow'; import { getInfo } from './operations'; export declare const infoOperations: INodeProperties[]; export declare const infoOperationMapping: { get: typeof getInfo; }; export { getInfo, };