import { Plugin } from 'html-validate';

declare const plugin: Plugin;

export {
	plugin as default,
};

export {};
