/** * @author yefuwang@microsoft.com */ export declare enum SummaryConstant { Succeeded = "(\u221A) Done:", Failed = "(\u00D7) Error:", NotExecuted = "(!) Warning:", Warning = "(!) Warning:", Info = "(i) Info:" } export declare const component = "ConfigManager"; export declare const lifecycleExecutionEvent = "lifecycle-execution"; export declare enum TelemetryProperty { Lifecycle = "lifecycle", Actions = "actions", ResolvedPlaceholders = "resolved", UnresolvedPlaceholders = "unresolved", FailedAction = "failed-action" } export declare const MicrosoftEntraAuthType = "MicrosoftEntra"; export declare const OAuthAuthType = "OAuthPluginVault"; export declare const APIKeyAuthType = "ApiKeyPluginVault"; //# sourceMappingURL=constant.d.ts.map