import type { IExecuteFunctions, INodeType, INodeTypeDescription, INodeExecutionData } from 'n8n-workflow'; export declare class InformationExtractionUpstage implements INodeType { private static validateAndFixJsonStructure; private static getImageDataUrlOrHttp; description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=InformationExtractionUpstage.node.d.ts.map