import type { AzureVMwareSolutionAPIContext } from "../../api/azureVMwareSolutionAPIContext.js"; import type { OperationsListOptionalParams } from "../../api/operations/options.js"; import type { Operation } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; /** Interface representing a Operations operations. */ export interface OperationsOperations { /** List the operations for the provider */ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator; } export declare function _getOperationsOperations(context: AzureVMwareSolutionAPIContext): OperationsOperations; //# sourceMappingURL=index.d.ts.map