import type { ExternalImageService } from 'astro';
declare const service: ExternalImageService;
export default service;
