import { Expr } from './AST'; export declare class DslParser { static cache: Record; static parse(dsl: string): Expr[]; }