import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const properties: INodeProperties[]; export declare const description: { displayOptions: import("n8n-workflow").IDisplayOptions; displayName: string; name: string; type: import("n8n-workflow").NodePropertyTypes; typeOptions?: import("n8n-workflow").INodePropertyTypeOptions; default: import("n8n-workflow").NodeParameterValueType; description?: string; hint?: string; builderHint?: import("n8n-workflow").IParameterBuilderHint; disabledOptions?: import("n8n-workflow").IDisplayOptions; options?: Array; placeholder?: string; isNodeSetting?: boolean; noDataExpression?: boolean; required?: boolean; routing?: import("n8n-workflow").INodePropertyRouting; credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">; extractValue?: import("n8n-workflow").INodePropertyValueExtractor; modes?: import("n8n-workflow").INodePropertyMode[]; requiresDataPath?: "single" | "multiple"; doNotInherit?: boolean; validateType?: import("n8n-workflow").FieldType; ignoreValidationDuringExecution?: boolean; allowArbitraryValues?: boolean; resolvableField?: boolean; }[]; export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise; //# sourceMappingURL=write.operation.d.ts.map