export declare class Constants { static readonly APP_CATALOG_REFRESH_TIME = 20000; static readonly APP_CATALOG_MAX_TIMES = 6; static readonly APP_CATALOG_ACTIVE_TIME = 180000; static readonly DeployDriverName = "spfx/deploy"; static readonly TelemetryComponentName = "fx-resource-spfx"; static readonly TelemetryDeployEventName = "deploy"; static readonly DeployProgressTitle: () => string; static readonly DevProgramLink = "https://developer.microsoft.com/en-us/microsoft-365/dev-program"; } export declare class DeployProgressMessage { static readonly SkipCreateSPAppCatalog: () => string; static readonly CreateSPAppCatalog: () => string; static readonly Upload: () => string; static readonly Deploy: () => string; } //# sourceMappingURL=constants.d.ts.map