import type { PagedAsyncIterableIterator } from "@azure/core-paging";
import type { ResourceSku, ResourceSkusListOptionalParams } from "../models/index.js";
/** Interface representing a ResourceSkus. */
export interface ResourceSkus {
    /**
     * Gets the list of Microsoft.Compute SKUs available for your Subscription.
     * @param options The options parameters.
     */
    list(options?: ResourceSkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
}
//# sourceMappingURL=resourceSkus.d.ts.map