import { ExpressionNode } from '../ast'; declare function parse(source: string): ExpressionNode; export { parse };