import type { LocalImageService } from 'astro';
export declare const baseDevService: Omit<LocalImageService, 'transform'>;
