import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { Operation, OperationsListOptionalParams } from "../models/index.js"; /** Interface representing a Operations. */ export interface Operations { /** * Lists all of the available Network Rest API operations. * @param options The options parameters. */ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=operations.d.ts.map