import * as pt from "@cicada-lang/partech"; import type * as Stmts from "../../stmts/index.js"; export declare function solve_binding_matcher(tree: pt.Tree): Stmts.SolveBinding; export declare function solve_bindings_matcher(tree: pt.Tree): Array; //# sourceMappingURL=solve_binding_matcher.d.ts.map