parsers.d.mts 102 Bytes
import type { Parser } from "./Parser.js";
export declare const parsers: Record<string, Parser<any>>;