import { Type } from "./type";
export declare enum DescriptionPathOperatorType {
    None = 0,
    Combine = 1
}
/**
 * @hidden
 */
export declare let DescriptionPathOperatorType_$type: Type;
