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