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