import type { INodeProperties } from 'n8n-workflow'; export declare const resourceOptions: { name: string; value: string; }[]; export declare const resourceProperty: INodeProperties; export declare function createWrapResultsField(resourceName: string): INodeProperties;