import { Type } from "./type"; /** */ export declare enum EntityHandling { /** */ ExpandEntities = 1, /** */ ExpandCharEntities = 2 } /** * @hidden */ export declare let EntityHandling_$type: Type;