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