/** * Azure Network RBAC built-in role constants. */ export declare const NetworkRoles: { readonly NetworkContributor: "Network Contributor"; readonly DnsZoneContributor: "DNS Zone Contributor"; readonly PrivateDnsZoneContributor: "Private DNS Zone Contributor"; readonly TrafficManagerContributor: "Traffic Manager Contributor"; }; //# sourceMappingURL=network.d.ts.map