import type { Parser } from "acorn";
export declare function getParser(): typeof Parser;
export declare function getAnyTokenErrorParser(): typeof Parser;
