export default class BrowserActions { constructor(); navigateTo(url: string): Promise; } export declare const invokeBrowser: () => Promise;