import type { AzureQuotaExtensionAPIContext as Client } from "../index.js"; import type { QuotaRequestDetails, _QuotaRequestDetailsList } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { QuotaRequestStatusListOptionalParams, QuotaRequestStatusGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, scope: string, options?: QuotaRequestStatusListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_QuotaRequestDetailsList>; /** For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the **oData** filter to select quota requests. */ export declare function list(context: Client, scope: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID **id** is returned in the response of the PUT operation. */ export declare function get(context: Client, id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map