import type { DockerExecutionConfig } from "./DockerExecutionConfig.js"; export declare function resolveDockerExecutionConfig(config: DockerExecutionConfig, hostCwd: string): DockerExecutionConfig;