import type Docker from "dockerode"; import type { DockerContainerConfig } from "./dockerTypes.js"; /** * Ensures a long-lived sandbox container exists and is running for a user. * Expects: image:tag exists locally and hostHomeDir is an absolute host path. */ export declare function dockerContainerEnsure(docker: Docker, config: DockerContainerConfig): Promise; //# sourceMappingURL=dockerContainerEnsure.d.ts.map