export declare const notify: (tabId: number, url: string) => Promise; export declare const openLocalBrowser: (url: string) => Promise; export declare const startServer: (parsed: any) => Promise; export declare const waitForInitialConnection: () => Promise | undefined; export declare const waitForLatestConnection: () => Promise; export declare const getViewUrl: () => string; //# sourceMappingURL=redirect-server.d.ts.map