import type { PartialContext } from '@ms-cloudpack/api-server'; /** Open the browser. */ export declare function openBrowser(options: { url: string; }, context: PartialContext<'telemetryClient', 'config' | 'urls'>): Promise; /** Set an override for the browser opening behavior. `null` disables opening. */ export declare function overrideOpenBrowser(fn: typeof openBrowser | null): void; /** Get the most recently opened URL (for tests) */ export declare function getLastOpenedUrl(): string | undefined; /** Reset the most recently opened URL (for tests) */ export declare function resetLastOpenedUrl(): void; //# sourceMappingURL=openBrowser.d.ts.map