import type { ContainerServiceContext as Client } from "../index.js"; import type { PrivateLinkResourcesListResult } from "../../models/models.js"; import type { PrivateLinkResourcesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise; /** To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters */ export declare function list(context: Client, resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map