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