import type { CosmosDBManagementContext as Client } from "../index.js"; import type { LocationGetResult, _LocationListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { LocationsListOptionalParams, LocationsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, options?: LocationsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_LocationListResult>; /** List Cosmos DB locations and their properties */ export declare function list(context: Client, options?: LocationsListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, location: string, options?: LocationsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get the properties of an existing Cosmos DB location */ export declare function get(context: Client, location: string, options?: LocationsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map