import type { Core } from '@strapi/types'; /** * Programmatic upload middleware. We do not want to expose it in the plugin */ declare const _default: ({ strapi }: { strapi: Core.Strapi; }) => void; export default _default; //# sourceMappingURL=upload.d.ts.map