import type { ScreenDetailOptions } from '../../interfaces/screen.interface'; export declare function makePreview(opts: ScreenDetailOptions, presentationPath: string): Promise;