/** TODO We should use `camelCase` naming convention, but "@cicada-lang/partech" is using `snake_case`, we follow the library for now (will change eventually). **/ export declare const parseExp: (text: string, offset?: number) => import("../exp/Exp.js").Exp; export declare const parseStmts: (text: string, offset?: number) => import("../stmt/Stmt.js").Stmt[]; //# sourceMappingURL=index.d.ts.map