import type { ShellRunner } from '../../lib/shell.js'; import type { DevboxProvider } from '../types.js'; /** Adapt the existing Docker/devcontainer lifecycle to the provider contract. */ export declare function createLocalProvider(runner: ShellRunner): DevboxProvider;