import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare const ACTOR_ID: string; export declare const PACKAGE_NAME: string; export declare const CLASS_NAME: string; export declare const ClassNameCamel: string; export declare const X_PLATFORM_HEADER_ID: string; export declare const X_PLATFORM_APP_HEADER_ID: string; export declare const DISPLAY_NAME: string; export declare const DESCRIPTION: string; export declare class ApifyImmersiveProduct implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; }