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