import type { CosmosDBManagementContext as Client } from "../index.js"; import type { PrivateLinkResource, _PrivateLinkResourceListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { PrivateLinkResourcesListByDatabaseAccountOptionalParams, PrivateLinkResourcesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listByDatabaseAccountSend(context: Client, resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams): StreamableMethod; export declare function _listByDatabaseAccountDeserialize(result: PathUncheckedResponse): Promise<_PrivateLinkResourceListResult>; /** Gets the private link resources that need to be created for a Cosmos DB account. */ export declare function listByDatabaseAccount(context: Client, resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, resourceGroupName: string, accountName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets the private link resources that need to be created for a Cosmos DB account. */ export declare function get(context: Client, resourceGroupName: string, accountName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map