import { SovereignCloudEnvironment } from "./accountUtils"; export declare class ConstantString { static readonly UTF8Encoding = "utf-8"; static readonly DeploymentResourceType = "Microsoft.Resources/deployments"; static readonly DeploymentNotFound = "DeploymentNotFound"; static readonly RootFolder = "AgentsToolkitProjects"; } export declare class HelpLinks { static readonly WhyNeedProvision = "https://aka.ms/teamsfx/whyneedprovision"; static readonly SwitchTenant = "https://aka.ms/teamsfx-switch-tenant"; } export declare class VSCodeExtensionCommand { static readonly showOutputChannel = "command:fx-extension.showOutputChannel"; static readonly openFolder = "command:fx-extension.openFolder"; static readonly openReadme = "command:fx-extension.openReadMe?%5B%22Notification%22%5D"; } export declare class TeamsClientId { static readonly MobileDesktop = "1fec8e78-bce4-4aaf-ab1b-5451cc387264"; static readonly Web = "5e3ce6c0-2b1f-4285-8d4b-75ee78787346"; } export declare class OfficeClientId { static readonly Desktop = "0ec893e0-5785-4de6-99da-4ed124e5296c"; static readonly Web1 = "4345a7b9-9a63-4910-a426-35363201d503"; static readonly Web2 = "4765445b-32c6-49b0-83e6-1d93765276ca"; } export declare class OutlookClientId { static readonly Desktop = "d3590ed6-52b3-4102-aeff-aad2292ab01c"; static readonly Web1 = "00000002-0000-0ff1-ce00-000000000000"; static readonly Web2 = "bc59ab01-8403-45c6-8796-ac3ef710b3e3"; static readonly Mobile = "27922004-5251-4030-b22d-91ecd9a37ea4"; } export declare function getAllowedAppMaps(): Record; export declare function getResourceGroupInPortal(subscriptionId?: string, tenantId?: string, resourceGroupName?: string): string | undefined; export declare enum ResourceServiceType { AuthSvc = "AuthSvc", AuthSvcAud = "AuthSvcAud", TDP = "TDP", MOS3 = "MOS3", Graph = "Graph", Azure = "Azure", TeamsGraph = "TeamsGraph", TeamsGraphAud = "TeamsGraphAud" } export declare const serviceEndpoints: Record>; export declare function getResourceServiceEndpoint(resourceServiceType: ResourceServiceType): string; export declare const AuthSvcScopes: () => string[]; export declare const AppStudioScopes: () => string[]; export declare const MosServiceScope: () => string[]; export declare const GraphScopes: string[]; export declare const GroupSearchScopes: string[]; export declare const GCScopes: string[]; export declare const GraphReadUserScopes: string[]; export declare const GraphTeamsAppSettingsReadScopes: string[]; export declare const GraphTeamsTeamCreateScopes: string[]; export declare const GraphTeamsChannelCreateScopes: string[]; export declare const GraphTeamsTeamReadScopes: string[]; export declare const GraphTeamsChannelReadScopes: string[]; export declare const GraphTeamsInstallAppScopes: string[]; export declare const GraphTeamsAppCatalogReadWriteScopes: string[]; export declare const ListSensitivityLabelScope = "InformationProtectionPolicy.Read"; export declare const SPFxScopes: (tenant: string) => string[]; export declare const AzureScopes: () => string[]; export declare const TeamsGraphScopes: () => string[]; export declare const SpecParserSource = "SpecParser"; //# sourceMappingURL=constants.d.ts.map