import type { DockerRunnerOptions, Runner } from "../types.js"; export declare function createDockerRunner(options: DockerRunnerOptions): Runner;