import Dockerode from "dockerode"; import type { DockerExecutionConfig } from "./DockerExecutionConfig.js"; export declare class DockerEnvironment { #private; readonly config: DockerExecutionConfig; constructor(config: DockerExecutionConfig, sessionId: string, docker?: Dockerode); container(): Promise; }