export declare const ERR_SETUP_UNSUPPORTED_OS = "Unsupported OS - consider contributing to Guidepup?"; export declare const ERR_SETUP_MACOS_UNABLE_TO_VERIFY_VERSION = "Unable to verify macOS version"; export declare const ERR_SETUP_MACOS_UNSUPPORTED_VERSION = "Require macOS version 11 or later"; export declare const ERR_SETUP_MACOS_UNABLE_UPDATE_SYSTEM_DEFAULTS = "Unable to update system defaults"; export declare const ERR_SETUP_MACOS_UNABLE_TO_VERIFY_SIP = "Unable to verify macOS SIP status"; export declare const ERR_SETUP_MACOS_UNABLE_TO_WRITE_DATABASE_FILE = "Unable to write to the VoiceOver database file\n\nEnsure that SIP is disabled or pass '--macos-ignore-tcc-db' to ignore TCC database updates"; export declare const ERR_SETUP_MACOS_UNABLE_TO_WRITE_USER_TCC_DB = "Unable to write to the user TCC database\n\nEnsure that SIP is disabled for the database, or pass '--macos-ignore-tcc-db' to ignore TCC database updates"; export declare const ERR_SETUP_MACOS_REQUIRES_MANUAL_USER_INTERACTION = "Unable to setup environment without manual user interaction\n\nEnsure that SIP is disabled or preconfigure your environment with 'Allow VoiceOver to be controlled with AppleScript' enabled"; export declare const ERR_SETUP_MACOS_FAILED_TO_ENABLE_DO_NOT_DISTURB = "Failed to enable \"Do not disturb\" mode"; export declare const ERR_SETUP_MACOS_UNABLE_TO_START_VOICEOVER = "Unable to start VoiceOver"; export declare const ERR_SETUP_MACOS_UNABLE_TO_STOP_VOICEOVER = "Unable to stop VoiceOver"; export declare const ERR_SETUP_MACOS_UNABLE_TO_FIND_VOICEOVER_PREFERENCES = "Unable to find VoiceOver preferences"; export declare const ERR_INSTALL_GUIDEPUP_PACKAGE_NOT_FOUND = "No local installation of '@guidepup/guidepup' was found\n\nPlease install '@guidepup/guidepup' first before running the CLI install"; export declare const ERR_INSTALL_GUIDEPUP_MANIFEST_INVALID = "The installed '@guidepup/guidepup' manifest appears to be invalid or corrupted\n\nPlease re-install '@guidepup/guidepup'"; export declare const ERR_INSTALL_GUIDEPUP_MANIFEST_UNSUPPORTED_SCHEMA = "Unsupported manifest schema version\n\nPlease upgrade '@guidepup/setup'"; export declare const ERR_INSTALL_SCREEN_READER_UNAVAILABLE = "The requested screen reader is not available for this platform"; export declare const ERR_INSTALL_SCREEN_READER_ASSET_UNAVAILABLE = "The requested screen reader asset is not available for this platform"; export declare const ERR_INSTALL_UNABLE_TO_RESOLVE_OR_CREATE_GUIDEPUP_CACHE_PATH = "Unable to resolve or create the Guidepup cache path"; export declare const ERR_INSTALL_UNABLE_TO_CREATE_GUIDEPUP_CACHE_ASSET_PATH = "Unable to create the Guidepup cache asset path"; export declare const ERR_INSTALL_FAILED_TO_REGISTER_INSTALLATION = "Failed to register the Guidepup cache asset installation"; export declare const ERR_INSTALL_FAILED_TO_DOWNLOAD_ASSET = "Failed to download Guidepup cache asset"; export declare const ERR_INSTALL_FAILED_TO_VERIFY_CHECKSUM = "Failed to verify Guidepup cache asset checksum"; export declare const ERR_INSTALL_INVALID_CHECKSUM = "Guidepup cache asset checksum verification failed"; export declare const ERR_INSTALL_FAILED_TO_EXTRACT_ASSET = "Failed to extract Guidepup cache asset"; export declare const ERR_INSTALL_EMPTY_EXTRACTED_ASSET = "Extracted Guidepup cache asset is empty";