export declare class LaunchBrowser { static readonly chrome: string; static readonly edge: string; } export declare class HubName { static readonly teams: string; static readonly outlook: string; static readonly office: string; } export declare class LaunchUrl { static readonly teamsLocal: string; static readonly teamsRemote: string; static readonly outlookLocalTab: string; static readonly outlookRemoteTab: string; static readonly outlookLocalBot: string; static readonly outlookRemoteBot: string; static readonly officeLocalTab: string; static readonly officeRemoteTab: string; } //# sourceMappingURL=constants.d.ts.map