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