export declare const MOBILE_SIZE: {
    width: number;
    height: number;
};
export declare const PAD_SIZE: {
    width: number;
    height: number;
};
/**
 * 名称正则表达式
 */
export declare const NAME_REGEX: RegExp;
/**
 * 版本号表达式
 */
export declare const VERSION_REGEX: RegExp;
/**
 * 鼠标事件列表
 */
export declare const MOUSE_EVENT_LIST: string[];
/**
 * 键盘事件
 */
export declare const KEYBOARD_EVENT_LIST: string[];
/**
 * api请求方法
 */
export declare const API_METHOD_TYPES: string[];
/**
 * 事件修饰符
 */
export declare const EVENT_MODIFIERS: string[];
/**
 * vue-devtools 状态缓存key
 */
export declare const VUE_DEVTOOLS_FRAME_STATE_KEY = "__vue-devtools-frame-state__";
/**
 * vue-devtools 文件路径
 */
export declare const VUE_DEVTOOLS_PATH = "@id/virtual:vue-devtools-path:overlay.js";
/**
 * vue-devtools overlay path
 */
export declare const VUE_DEVTOOLS_OVERLAY_PATH = "@id/virtual:vue-devtools-path:overlay/devtools-overlay.mjs";
export declare const NPM_REGISTRY_URL: string;
export declare const REMOTE: string;
export declare const ACCESS: {
    auth: string;
    storageKey: string;
    privateKey: string;
};
export declare const REPORT_API: string;
export declare const SESSION_ID_KEY = "SESSION_ID__";
