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 { StorageTaskAssignmentsInstancesReportListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, accountName: string, options?: StorageTaskAssignmentsInstancesReportListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_StorageTaskReportSummary>; /** Fetch the report summary of all the storage task assignments and instances in an account */ export declare function list(context: Client, resourceGroupName: string, accountName: string, options?: StorageTaskAssignmentsInstancesReportListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map