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