export declare class Constants { static readonly pluginName: string; static readonly pluginNameShort: string; static readonly pluginFullName: string; static readonly firewall: { azureIp: string; azureRule: string; localRule: string; }; static readonly jwtToken: { ver1: string; ver2: string; userType: string; }; static readonly sqlAdministratorType: string; static readonly echoIpAddress: string; static readonly azureSqlScope: string; static readonly sqlEndpoint: string; static readonly databaseName: string; static readonly skipAddingUser: string; static readonly solution: string; static readonly solutionPluginFullName = "fx-solution-azure"; static readonly solutionConfigKey: { subscriptionId: string; resourceGroupName: string; resourceNameSuffix: string; location: string; tenantId: string; }; static readonly identityPlugin: string; static readonly identity: string; static readonly userQuestion: { adminName: string; adminPassword: string; confirmPassword: string; skipAddingUser: string; }; static readonly questionKey: { adminName: string; adminPassword: string; confirmPassword: string; skipAddingUser: string; }; } export declare class Telemetry { static readonly telemetryName = "fx-resource-azure-sql"; static readonly provisionStart: string; static readonly provisionEnd: string; static readonly postProvisionStart: string; static readonly postProvisionEnd: 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; }; } export declare class HelpLinks { static readonly addDBUser = "https://aka.ms/teamsfx-sql-help"; } //# sourceMappingURL=constants.d.ts.map