import type { AzureQuotaExtensionAPIContext as Client } from "../index.js"; import type { _ResourceUsageList, ResourceUsages } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { GroupQuotaUsagesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaUsagesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_ResourceUsageList>; /** Gets the GroupQuotas usages and limits(quota). Location is required paramter. */ export declare function list(context: Client, managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaUsagesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map