import * as pt from "@cicada-lang/partech"; import type { Stmt } from "../../stmt/index.js"; export declare function stmt_matcher(tree: pt.Tree): Stmt; export declare function stmts_matcher(tree: pt.Tree): Array; //# sourceMappingURL=stmt_matcher.d.ts.map