// FIXME: remove when migrating to ts
declare module '@strapi/utils' {
const utils: any;
export default utils;
}