import type { Plugin } from "prettier";

declare const plugin: Plugin;
export default plugin;
