import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { Operations } from "../operationsInterfaces/index.js"; import { SearchManagementClient } from "../searchManagementClient.js"; import { Operation, OperationsListOptionalParams } from "../models/index.js"; /** Class containing Operations operations. */ export declare class OperationsImpl implements Operations { private readonly client; /** * Initialize a new instance of the class Operations class. * @param client Reference to the service client */ constructor(client: SearchManagementClient); /** * Lists all of the available REST API operations of the Microsoft.Search provider. * @param options The options parameters. */ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * Lists all of the available REST API operations of the Microsoft.Search provider. * @param options The options parameters. */ private _list; } //# sourceMappingURL=operations.d.ts.map