import { Document } from "./ast";
export function parse(input: string): Document;
