/** * Container management fixes for macOS plugin * Handles unmanaged container detection and cleanup */ import type { Fix } from '../../../../types/index.js'; export declare const containerFixes: Fix[]; //# sourceMappingURL=containers.d.ts.map