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