export declare const ERR_WINDOWS_UNABLE_TO_ACCESS_REGISTRY = "Unable to access Windows registry"; export declare const ERR_NVDA_NOT_INSTALLED = "NVDA not installed"; export declare const ERR_NVDA_NOT_SUPPORTED = "NVDA not supported"; export declare const ERR_NVDA_ALREADY_RUNNING = "NVDA already running"; export declare const ERR_NVDA_NOT_RUNNING = "NVDA not running"; export declare const ERR_NVDA_CANNOT_BE_STARTED = "NVDA cannot be started"; export declare const ERR_NVDA_CANNOT_CONNECT = "Cannot connect to NVDA"; export declare const ERR_NVDA_QUIT = "NVDA cannot be quit"; export declare const ERR_NVDA_RUNNING_TIMEOUT = "Timed out waiting for NVDA to be running"; export declare const ERR_SEND_KEYS = "Unable to send keys";