/** * Tart VM Infrastructure Fixes * * Checks that Tart VM infrastructure is ready on the host Mac. * These run on the HOST machine (not inside the VM). * * - Tart CLI installed * - VM image exists * - VM is running * - VM has an IP (network ready) * - VM is SSH-accessible * - VM has shared directory mount * * The existing mac.ts handles hardening INSIDE the VM (sleep, SSH, screensaver, etc.). * This file handles the Tart layer that wraps the VM. */ import type { Fix } from '../../../../types/index.js'; export declare const tartFixes: Fix[]; //# sourceMappingURL=tart.d.ts.map