import { Root } from "./types.js";
export declare function parse(text: string): Root;
