import * as ast from './ast';
export declare function parseExpression(expression: string): ast.Exp;
