export declare enum ParseBehavior { ParseEitherExpressionOrSection = "ParseEitherExpressionOrSection", ParseExpression = "ParseExpression", ParseSection = "ParseSection" }