/** 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 parseStmts: (text: string, offset?: number | undefined) => import("../stmt").Stmt[];