import type { StrapiLike } from './types'; export declare const register: ({ strapi }: { strapi: StrapiLike; }) => void; export default register;