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