export declare enum PrimitifType {
    boolean = 0,
    decimal = 1,
    integer = 2,
    name = 3,
    qualified = 4,
    text = 5
}
//# sourceMappingURL=PrimitifType.enum.d.ts.map