interface StrapiOptions { baseURL?: string; modifiers?: { breakpoint?: string; breakpoints?: string[]; formats?: Partial>; }; } declare const _default: () => import("../../module.js").ImageProvider; export default _default;