import type { ContainerRegistryManagementClientOptionalParams } from "./api/index.js"; import type { CacheRulesOperations } from "./classic/cacheRules/index.js"; import type { ConnectedRegistriesOperations } from "./classic/connectedRegistries/index.js"; import type { CredentialSetsOperations } from "./classic/credentialSets/index.js"; import type { OperationsOperations } from "./classic/operations/index.js"; import type { PrivateEndpointConnectionsOperations } from "./classic/privateEndpointConnections/index.js"; import type { RegistriesOperations } from "./classic/registries/index.js"; import type { ReplicationsOperations } from "./classic/replications/index.js"; import type { ScopeMapsOperations } from "./classic/scopeMaps/index.js"; import type { TokensOperations } from "./classic/tokens/index.js"; import type { WebhooksOperations } from "./classic/webhooks/index.js"; import type { TokenCredential } from "@azure/core-auth"; import type { Pipeline } from "@azure/core-rest-pipeline"; export { type ContainerRegistryManagementClientOptionalParams } from "./api/containerRegistryManagementContext.js"; export declare class ContainerRegistryManagementClient { private _client; /** The pipeline used by this client to make requests */ readonly pipeline: Pipeline; constructor(credential: TokenCredential, options?: ContainerRegistryManagementClientOptionalParams); constructor(credential: TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams); /** The operation groups for webhooks */ readonly webhooks: WebhooksOperations; /** The operation groups for tokens */ readonly tokens: TokensOperations; /** The operation groups for scopeMaps */ readonly scopeMaps: ScopeMapsOperations; /** The operation groups for replications */ readonly replications: ReplicationsOperations; /** The operation groups for privateEndpointConnections */ readonly privateEndpointConnections: PrivateEndpointConnectionsOperations; /** The operation groups for connectedRegistries */ readonly connectedRegistries: ConnectedRegistriesOperations; /** The operation groups for credentialSets */ readonly credentialSets: CredentialSetsOperations; /** The operation groups for cacheRules */ readonly cacheRules: CacheRulesOperations; /** The operation groups for registries */ readonly registries: RegistriesOperations; /** The operation groups for operations */ readonly operations: OperationsOperations; } //# sourceMappingURL=containerRegistryManagementClient.d.ts.map