export declare function selectFolderDialog(): Promise; export declare function selectFileDialog(filePattern?: string, multiple?: boolean): Promise; export declare function showMessageBox(title: string, message: string, type?: 'info' | 'error' | 'warning' | 'question'): Promise;