import { CuiFileData } from '../interfaces'; export declare function openFileInBrowser(file: CuiFileData): Promise;