ts
import type { Parser } from "./Parser.ts"; export declare const parsers: Record<string, Parser<any>>;