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