import type { ContainerServiceContext } from "../../api/containerServiceContext.js"; import type { PrivateLinkResourcesListOptionalParams } from "../../api/privateLinkResources/options.js"; import type { PrivateLinkResourcesListResult } from "../../models/models.js"; /** Interface representing a PrivateLinkResources operations. */ export interface PrivateLinkResourcesOperations { /** To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters */ list: (resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams) => Promise; } export declare function _getPrivateLinkResourcesOperations(context: ContainerServiceContext): PrivateLinkResourcesOperations; //# sourceMappingURL=index.d.ts.map