import type { Plugin } from "prettier";
/** Modified from https://github.com/matzkoh/prettier-plugin-packagejson to use the custom sort-package.json package */
export declare function pluginPackageJson(): Plugin;
