import html from "@html-eslint/parser";
import yml from "yaml-eslint-parser";
export declare const parsers: {
    ts: unknown;
    html: typeof html;
    yml: typeof yml;
};
//# sourceMappingURL=parsers.d.ts.map