import type { Core } from "@strapi/strapi";
declare const register: ({ strapi }: {
    strapi: Core.Strapi;
}) => void;
export default register;
