import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow'; import { StandardLinkedApiOperation } from '../../shared/LinkedApiOperation'; export declare class CommentOnPost extends StandardLinkedApiOperation { operationName: "commentOnPost"; fields: INodeProperties[]; body(context: IExecuteFunctions): Record; }