/** * Hack to make 'slugify' import work with "type": "module". */ import slugify from "slugify"; declare const _default: typeof slugify.default; export default _default;