import { Parser } from "../index.js";

export declare const parsers: {
  angular: Parser;
  html: Parser;
  lwc: Parser;
  vue: Parser;
};