import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from "n8n-workflow"; export declare const syncAllFields: INodeProperties[]; export declare function syncAllExecute(this: IExecuteFunctions): Promise;