import * as pt from "@cicada-lang/partech"; import * as Exps from "../../exp/index.js"; export declare function fn_binding_matcher(tree: pt.Tree): Exps.FnBinding; export declare function fn_bindings_matcher(tree: pt.Tree): Array; //# sourceMappingURL=fn_binding_matcher.d.ts.map