import { SaveDialogOptions } from 'electron'; export default function show(opt: SaveDialogOptions): Promise<{ filename: string; bookmark: string; }>;