import type { CosmosDBManagementContext as Client } from "../index.js"; import type { _RestorableMongodbResourcesListResult, RestorableMongodbResourcesGetResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { RestorableMongodbResourcesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, location: string, instanceId: string, options?: RestorableMongodbResourcesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_RestorableMongodbResourcesListResult>; /** Return a list of database and collection combo that exist on the account at the given timestamp and location. This helps in scenarios to validate what resources exist at given timestamp and location. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission. */ export declare function list(context: Client, location: string, instanceId: string, options?: RestorableMongodbResourcesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map