import type { ContainerServiceContext } from "../../api/containerServiceContext.js"; import type { ResolvePrivateLinkServiceIdPostOptionalParams } from "../../api/resolvePrivateLinkServiceId/options.js"; import type { PrivateLinkResource } from "../../models/models.js"; /** Interface representing a ResolvePrivateLinkServiceId operations. */ export interface ResolvePrivateLinkServiceIdOperations { /** Gets the private link service ID for the specified managed cluster. */ post: (resourceGroupName: string, resourceName: string, parameters: PrivateLinkResource, options?: ResolvePrivateLinkServiceIdPostOptionalParams) => Promise; } export declare function _getResolvePrivateLinkServiceIdOperations(context: ContainerServiceContext): ResolvePrivateLinkServiceIdOperations; //# sourceMappingURL=index.d.ts.map