import type { PagedAsyncIterableIterator } from "@azure/core-paging";
import type { CsmUsageQuota, GetUsagesInLocationListOptionalParams } from "../models/index.js";
/** Interface representing a GetUsagesInLocation. */
export interface GetUsagesInLocation {
    /**
     * List usages in cores for all skus used by a subscription in a given location, for a specific quota
     * type.
     * @param location The name of the Azure region.
     * @param options The options parameters.
     */
    list(location: string, options?: GetUsagesInLocationListOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota>;
}
//# sourceMappingURL=getUsagesInLocation.d.ts.map