import type { StorageManagementContext } from "../../api/storageManagementContext.js"; import type { OperationsListOptionalParams } from "../../api/operations/options.js"; import type { Operation } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; /** Interface representing a Operations operations. */ export interface OperationsOperations { /** Lists all of the available Storage Rest API operations. */ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator; } export declare function _getOperationsOperations(context: StorageManagementContext): OperationsOperations; //# sourceMappingURL=index.d.ts.map