import type { LaunchdPaths } from "./launchd.js"; export interface ManagedWebPaths { readonly stateDir: string; readonly recordPath: string; readonly tailscalePath: string; readonly monitorStatusPath: string; readonly maintenanceStatusPath: string; readonly maintenancePlistPath: string; readonly launchd: LaunchdPaths; } export declare function managedWebPaths(homeDir?: string): ManagedWebPaths; //# sourceMappingURL=web-maintenance-paths.d.ts.map