import type { ScreenDetailOptions } from '../../interfaces/screen.interface'; export type commandArgument = 'block' | 'preview'; export declare function screenAction(opts: ScreenDetailOptions, presentationPath: string, commandArgument: commandArgument): Promise;