import { Plugin } from 'html-validate';

declare const plugin: Plugin;
export = plugin;

export {};
