import { ChaosManagementContext as Client } from "../index.js"; import { _OperationListResult, Operation } from "../../models/models.js"; import { OperationsListAllOptionalParams } from "./options.js"; import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listAllSend(context: Client, options?: OperationsListAllOptionalParams): StreamableMethod; export declare function _listAllDeserialize(result: PathUncheckedResponse): Promise<_OperationListResult>; /** List the operations for the provider */ export declare function listAll(context: Client, options?: OperationsListAllOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map