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