interface StoryblokOptions { baseURL?: string; modifiers?: { smart?: boolean; filters?: Record; }; } declare const _default: () => import("../../module.js").ImageProvider; export default _default;