export declare class Constants { static readonly PLUGIN_NAME = "SPFx"; static readonly PLUGIN_DEV_NAME = "fx-resource-spfx"; static readonly SetUpDevEnvironmentHelpLink = "https://aka.ms/teamsfx-spfx-dev-environment-setup"; static readonly TEMPLATE_NAME = "spfx-tab"; static readonly LatestVersion = "latest"; static readonly RecommendedLowestSpfxVersion = "v1.14.0"; static readonly GeneratorPackageName = "@microsoft/generator-sharepoint"; static readonly YeomanPackageName = "yo"; static readonly DEFAULT_WEBPART_NAME = "helloworld"; static readonly ScaffoldHelpLink = "https://aka.ms/teamsfx-spfx-help-v5"; static readonly AddWebpartHelpLink = "https://aka.ms/teamsfx-spfx-help-v5"; static readonly DevProgramLink = "https://developer.microsoft.com/en-us/microsoft-365/dev-program"; static readonly YO_RC_SOLUTION_NAME = "solutionName"; static readonly IMPORT_HELP_LINK = "https://aka.ms/teamsfx-spfx-help-v5"; static readonly TEAMS_APP_NAME_MAX_LENGTH = 30; static readonly YO_RC_VERSION = "version"; static readonly YO_RC_FILE = ".yo-rc.json"; static readonly DEFAULT_NODE_VERSION = "18"; static readonly PACKAGE_JSON_FILE = "package.json"; } export declare class ProgressTitleMessage { static readonly PreDeployProgressTitle: string; static readonly DeployProgressTitle: string; static readonly ScaffoldProgressTitle: string; static readonly AddProgressTitle: string; } export declare class ScaffoldProgressMessage { static readonly DependencyCheck: string; static readonly DependencyInstall: string; static readonly ScaffoldProject: string; static readonly UpdateManifest: string; } export declare class ManifestTemplate { static readonly LOCAL_CONTENT_URL = "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/TeamsWorkBench.aspx%3Fteams%26personal%26componentId=%s%26forceLocale={locale}%26loadSPFX%3Dtrue%26debugManifestsFile%3Dhttps%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fmanifests.js"; static readonly LOCAL_CONTENT_URL_NEW = "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/TeamsWorkBench.aspx%3Fteams%26personal%26componentId=%s%26forceLocale={locale}%26loadSPFX%3Dtrue%26debugManifestsFile%3Dhttps%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fbuild%2Fmanifests.js"; static readonly LOCAL_CONFIGURATION_URL = "https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/TeamsWorkBench.aspx%3FcomponentId=%s%26openPropertyPane=true%26teams%26forceLocale={locale}%26loadSPFX%3Dtrue%26debugManifestsFile%3Dhttps%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fmanifests.js"; static readonly LOCAL_CONFIGURATION_URL_NEW = "https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/TeamsWorkBench.aspx%3FcomponentId=%s%26openPropertyPane=true%26teams%26forceLocale={locale}%26loadSPFX%3Dtrue%26debugManifestsFile%3Dhttps%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fbuild%2Fmanifests.js"; static readonly REMOTE_CONTENT_URL = "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId=%s%26forceLocale={locale}"; static readonly REMOTE_CONFIGURATION_URL = "{{^config.isLocalDebug}}https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/teamshostedapp.aspx%3FopenPropertyPane=true%26teams%26componentId=%s%26forceLocale={locale}{{/config.isLocalDebug}}{{#config.isLocalDebug}}https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/TeamsWorkBench.aspx%3FcomponentId=%s%26openPropertyPane=true%26teams%26forceLocale={locale}%26loadSPFX%3Dtrue%26debugManifestsFile%3Dhttps%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fmanifests.js{{/config.isLocalDebug}}"; static readonly WEBSITE_URL = "https://products.office.com/en-us/sharepoint/collaboration"; static readonly WEB_APP_INFO_RESOURCE = "https://{teamSiteDomain}"; static readonly WEB_APP_INFO_ID = "00000003-0000-0ff1-ce00-000000000000"; } //# sourceMappingURL=constants.d.ts.map