import type { Program } from "./ast"
export const SyntaxError: any
export function parse(input: string): Program