/** * Utility functions for handling image proxy URLs */ /** * Get proxied image URL for external images * If it's an external HTTP/HTTPS URL, proxy it through our API * Otherwise, return the original URL */ export declare function getProxiedImageUrl(imageUrl: string | null): string | null; /** * Check if an image URL needs to be proxied */ export declare function shouldProxyImage(imageUrl: string | null): boolean; //# sourceMappingURL=image-proxy-stub.d.ts.map