import { type Result } from '@opensip-cli/core'; import type { RepairError } from './types.js'; export declare function ensureRepairWorktreeClean(projectRoot: string, relativePaths: readonly string[], force: boolean): Result; //# sourceMappingURL=git-safety.d.ts.map