import { dialog, OpenDialogOptions } from 'electron'; interface DialogInterface { selectFolder(options: OpenDialogOptions): ReturnType; }