import type { ThumbScreenerOptions } from '../../interfaces/thumbnails.interface'; export declare function getThumbsScreenshoter(options: ThumbScreenerOptions, contentType: string): Promise;