declare function openFile(options?: { accept?: string; multiple?: boolean; }): Promise; export = openFile;