import { BindingType, IForOfStatement, IInterpolationExpression, IsBindingBehavior } from '@aurelia/runtime'; export declare function parseExpression(input: string, bindingType?: TType): TType extends BindingType.Interpolation ? IInterpolationExpression : TType extends BindingType.ForCommand ? IForOfStatement : IsBindingBehavior; //# sourceMappingURL=expression-parser.d.ts.map