/** * Azure SQL RBAC built-in role constants. */ export declare const SqlRoles: { readonly ServerContributor: "SQL Server Contributor"; readonly DbContributor: "SQL DB Contributor"; readonly SecurityManager: "SQL Security Manager"; readonly ManagedInstanceContributor: "SQL Managed Instance Contributor"; }; //# sourceMappingURL=sql.d.ts.map