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