export declare class Constants { static readonly pluginName: string; static readonly pluginNameShort: string; static readonly prefix: string; static readonly apiVersion: string; static readonly deployName: string; static readonly identityName: string; static readonly identityId: string; static readonly identity: string; static readonly solution: string; static readonly subscriptionId: string; static readonly resourceGroupName: string; static readonly resourceNameSuffix: string; static readonly location: string; } export declare class Telemetry { static readonly telemetryName: string; static readonly provisionStart: string; static readonly provisionEnd: string; static readonly component = "component"; static readonly success = "success"; static readonly errorType = "error-type"; static readonly errorMessage = "error-message"; static readonly getErrorProperty: (errorType: string, errorMessage: string) => { "error-type": string; "error-message": string; }; } //# sourceMappingURL=constants.d.ts.map