import type { IExecuteFunctions, INodeProperties, INodePropertyOptions } from 'n8n-workflow';
export declare const resourceOptions: INodePropertyOptions[];
export declare const resourceProperties: INodeProperties[];
export declare const resourceOptionsV2: INodePropertyOptions[];
export declare const resourcePropertiesV2: INodeProperties[];
export declare function executeResource(this: IExecuteFunctions, resource: string, operation: string, i: number): Promise<any>;
