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