/** * Detect if the current platform is macOS or Ubuntu (Linux). * This helper is used to adjust safeguard requirements for non‑Windows environments. */ export declare function isMacOrUbuntu(): boolean;