import type { ExecutionEnvironment } from './types.js'; export declare function getExecutionEnvironmentForSession(sessionKey: string): ExecutionEnvironment | undefined;