declare const DEVICE_TMP_DIR = "/data/local/tmp";
/**
 * 检查环境
 */
export declare function checkEnv(deviceId: string): Promise<void>;
export { DEVICE_TMP_DIR };
