declare const _default: { "image-hotspot": ({ strapi }: { strapi: import("@strapi/types/dist/core").Strapi; }) => { getContentTypeUid(ctx: any): string; getImageHotspotAttributes(contentType: any): Record; populateImageField(entity: any, contentTypeUid: string, strapi: import("@strapi/types/dist/core").Strapi): Promise; processResponseBody(body: any, contentTypeUid: string): Promise; }; }; export default _default;