import type { Program } from "estree"; export function parse(code: string, options?: any): Program;