import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRequestedServiceQuotaChangeRequest, GetRequestedServiceQuotaChangeResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig, } from "../ServiceQuotasClient"; export { __MetadataBearer }; export { $Command }; export interface GetRequestedServiceQuotaChangeCommandInput extends GetRequestedServiceQuotaChangeRequest {} export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequestedServiceQuotaChangeResponse, __MetadataBearer {} declare const GetRequestedServiceQuotaChangeCommand_base: { new ( input: GetRequestedServiceQuotaChangeCommandInput ): import("@smithy/core/client").CommandImpl< GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetRequestedServiceQuotaChangeCommandInput ): import("@smithy/core/client").CommandImpl< GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base { protected static __types: { api: { input: GetRequestedServiceQuotaChangeRequest; output: GetRequestedServiceQuotaChangeResponse; }; sdk: { input: GetRequestedServiceQuotaChangeCommandInput; output: GetRequestedServiceQuotaChangeCommandOutput; }; }; }