import type { ScreenOptions } from '@ewizardjs/blocks-renderer'; type ScreenSubCommand = 'block' | 'preview'; export declare function screenEmail(opts: ScreenOptions, presentationPath: string, subCommand: ScreenSubCommand): Promise; export {};