/** * Windows Server Mode Fixes * * Fixes for configuring Windows as a deployment server: * - Disable sleep/hibernate * - Enable RDP or SSH * - Configure Windows Firewall * - Disable automatic restart for updates * * STATUS: Template - not fully implemented yet */ import type { Fix } from '../../../../types/index.js'; export declare const windowsFixes: Fix[]; //# sourceMappingURL=windows.d.ts.map