import type { Level0ImageServiceResource } from '../types';
import type { Size } from './types';
export declare const getThumbnail: (resource: Level0ImageServiceResource, minSize?: Partial<Size>) => Promise<Blob>;
