import type { AzureQuotaExtensionAPIContext } from "../../api/azureQuotaExtensionAPIContext.js"; import type { QuotaOperationListOptionalParams } from "../../api/quotaOperation/options.js"; import type { OperationResponse } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; /** Interface representing a QuotaOperation operations. */ export interface QuotaOperationOperations { /** List the operations for the provider */ list: (options?: QuotaOperationListOptionalParams) => PagedAsyncIterableIterator; } export declare function _getQuotaOperationOperations(context: AzureQuotaExtensionAPIContext): QuotaOperationOperations; //# sourceMappingURL=index.d.ts.map