import * as pt from "@cicada-lang/partech"; import type { Exp } from "../../exp/index.js"; export declare function exp_matcher(tree: pt.Tree): Exp; export declare function operator_matcher(tree: pt.Tree): Exp; export declare function operand_matcher(tree: pt.Tree): Exp; //# sourceMappingURL=exp_matcher.d.ts.map