/**
 * Version of this package (mirrors package.json#version).
 */
export const version: string;

/**
 * Absolute path to the `appium-uiautomator2-server-v<version>.apk` APK.
 */
export const SERVER_APK_PATH: string;

/**
 * Absolute path to the `appium-uiautomator2-server-debug-androidTest.apk` APK.
 */
export const TEST_APK_PATH: string;
