import type { ExecFn, ExperimentGit } from "../types.js"; export declare function createDefaultGit(exec: ExecFn): ExperimentGit;