import type { IDataObject } from 'n8n-workflow'; import type { IValueData, Cheerio } from './types'; /** * Simple helper function which applies options */ export declare function getValue($: Cheerio, valueData: IValueData, options: IDataObject, nodeVersion: number): string | undefined; //# sourceMappingURL=utils.d.ts.map