import type { Level0ImageServiceResource } from '../types';
import type { ImageInfo } from './types';
export declare const fetchImageInfo: (resource: Level0ImageServiceResource) => Promise<ImageInfo>;
