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