import type { Plugin } from '@strapi/types';
declare const admin: Plugin.Config.AdminInput;
export default admin;
