import type { ContainerServiceContext as Client } from "../index.js"; import type { _OperationListResult, OperationValue } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { OperationsListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, options?: OperationsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_OperationListResult>; /** Gets a list of operations. */ export declare function list(context: Client, options?: OperationsListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map