import { type IExecuteFunctions, type INodeExecutionData } from 'n8n-workflow';
export declare function baseAnalyze(this: IExecuteFunctions, i: number, urlsPropertyName: string, fallbackMimeType: string): Promise<INodeExecutionData[]>;
