import { Base, Type } from "./type"; import { HashSet$1 } from "./HashSet$1"; import { List$1 } from "./List$1"; import { DescriptionTreeAction } from "./DescriptionTreeAction"; /** * @hidden */ export declare class DiffApplyInfo extends Base { static $t: Type; constructor(); a: HashSet$1; c: List$1; b: List$1; d: List$1; }