import type { StorageManagementContext as Client } from "../index.js"; import type { _StorageTaskReportSummary, StorageTaskReportInstance } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { StorageTaskAssignmentInstancesReportListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentInstancesReportListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_StorageTaskReportSummary>; /** Fetch the report summary of a single storage task assignment's instances */ export declare function list(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentInstancesReportListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map