import type { AzureQuotaExtensionAPIContext as Client } from "../index.js"; import type { GroupQuotaSubscriptionRequestStatus, _GroupQuotaSubscriptionRequestStatusList } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { GroupQuotaSubscriptionRequestsListOptionalParams, GroupQuotaSubscriptionRequestsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_GroupQuotaSubscriptionRequestStatusList>; /** List API to check the status of a subscriptionId requests by requestId. Request history is maintained for 1 year. */ export declare function list(context: Client, managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get API to check the status of a subscriptionIds request by requestId. Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with retry-after duration in seconds to check the intermediate status. This API provides the finals status with the request details and status. */ export declare function get(context: Client, managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map