import type { CosmosDBManagementContext as Client } from "../index.js"; import type { ServiceResource, ServiceResourceCreateUpdateParameters, _ServiceResourceListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { ServiceListOptionalParams, ServiceDeleteOptionalParams, ServiceCreateOptionalParams, ServiceGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _listSend(context: Client, resourceGroupName: string, accountName: string, options?: ServiceListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_ServiceResourceListResult>; /** Gets the status of service. */ export declare function list(context: Client, resourceGroupName: string, accountName: string, options?: ServiceListOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes service with the given serviceName. */ export declare function $delete(context: Client, resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceDeleteOptionalParams): PollerLike, void>; export declare function _createSend(context: Client, resourceGroupName: string, accountName: string, serviceName: string, createUpdateParameters: ServiceResourceCreateUpdateParameters, options?: ServiceCreateOptionalParams): StreamableMethod; export declare function _createDeserialize(result: PathUncheckedResponse): Promise; /** Creates a service. */ export declare function create(context: Client, resourceGroupName: string, accountName: string, serviceName: string, createUpdateParameters: ServiceResourceCreateUpdateParameters, options?: ServiceCreateOptionalParams): PollerLike, ServiceResource>; export declare function _getSend(context: Client, resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets the status of service. */ export declare function get(context: Client, resourceGroupName: string, accountName: string, serviceName: string, options?: ServiceGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map