import type { ISupplyDataFunctions } from 'n8n-workflow';
export declare function getSessionId(context: ISupplyDataFunctions, itemIndex: number): string;
