import type { CosmosDBManagementContext as Client } from "../index.js"; import type { _RestorableMongodbDatabasesListResult, RestorableMongodbDatabaseGetResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { RestorableMongodbDatabasesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, location: string, instanceId: string, options?: RestorableMongodbDatabasesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_RestorableMongodbDatabasesListResult>; /** Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission */ export declare function list(context: Client, location: string, instanceId: string, options?: RestorableMongodbDatabasesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map