/**
 * @file action的类型
 * @Author wangjie19
 * @Date 2020-07-25 21:29:39
 * @Last Modified by: wangjie19
 * @Last Modified time: 2020-07-25 21:46:21
 */
/** 根目录 */
export declare const ROOT = "ROOT";
/** 数据库 */
export declare const DB = "DB";
/** 表 */
export declare const TABLE = "TABLE";
