import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
export declare const organizationV2Description: INodeProperties[];
export declare function executeOrganizationV2(this: IExecuteFunctions, operation: string, i: number): Promise<any>;
