import type { ContainerServiceContext as Client } from "../index.js"; import type { Machine, _MachineListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { MachinesListOptionalParams, MachinesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, resourceName: string, agentPoolName: string, options?: MachinesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_MachineListResult>; /** Gets a list of machines in the specified agent pool. */ export declare function list(context: Client, resourceGroupName: string, resourceName: string, agentPoolName: string, options?: MachinesListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, resourceGroupName: string, resourceName: string, agentPoolName: string, machineName: string, options?: MachinesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a specific machine in the specified agent pool. */ export declare function get(context: Client, resourceGroupName: string, resourceName: string, agentPoolName: string, machineName: string, options?: MachinesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map