export declare const unsplashCDN = "https://images.unsplash.com/"; interface UnsplashOptions { baseURL?: string; } declare const _default: () => import("../../module.js").ImageProvider; export default _default;