import type { ProcessRunner } from '../use-cases/ports/process-runner.js'; export declare const createBunProcessRunner: () => ProcessRunner;