import type { Core } from '@strapi/types'; /** * Register upload plugin */ export declare function register({ strapi }: { strapi: Core.Strapi; }): Promise; //# sourceMappingURL=register.d.ts.map