import type { MachineDiff } from "../types.js"; export declare function diffMachines(leftMachineId: string, rightMachineId?: string): MachineDiff;