import pt from "@cicada-lang/partech"; import { Stmt } from "../../stmt"; export declare function stmt_matcher(tree: pt.Tree): Stmt; export declare function stmts_matcher(tree: pt.Tree): Array;