import type { CosmosDBManagementContext } from "../../api/cosmosDBManagementContext.js"; import type { RestorableSqlResourcesListOptionalParams } from "../../api/restorableSqlResources/options.js"; import type { RestorableSqlResourcesGetResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; /** Interface representing a RestorableSqlResources operations. */ export interface RestorableSqlResourcesOperations { /** Return a list of database and container 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. */ list: (location: string, instanceId: string, options?: RestorableSqlResourcesListOptionalParams) => PagedAsyncIterableIterator; } export declare function _getRestorableSqlResourcesOperations(context: CosmosDBManagementContext): RestorableSqlResourcesOperations; //# sourceMappingURL=index.d.ts.map