import type { ContainerServiceContext as Client } from "../index.js"; import type { PrivateLinkResource } from "../../models/models.js"; import type { ResolvePrivateLinkServiceIdPostOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _postSend(context: Client, resourceGroupName: string, resourceName: string, parameters: PrivateLinkResource, options?: ResolvePrivateLinkServiceIdPostOptionalParams): StreamableMethod; export declare function _postDeserialize(result: PathUncheckedResponse): Promise; /** Gets the private link service ID for the specified managed cluster. */ export declare function post(context: Client, resourceGroupName: string, resourceName: string, parameters: PrivateLinkResource, options?: ResolvePrivateLinkServiceIdPostOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map