import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudWatchClient"; import { GetMetricStatisticsInput, GetMetricStatisticsOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetMetricStatisticsCommandInput extends GetMetricStatisticsInput {} export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOutput, __MetadataBearer {} declare const GetMetricStatisticsCommand_base: { new ( input: GetMetricStatisticsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetMetricStatisticsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetMetricStatisticsCommand extends GetMetricStatisticsCommand_base { protected static __types: { api: { input: GetMetricStatisticsInput; output: GetMetricStatisticsOutput; }; sdk: { input: GetMetricStatisticsCommandInput; output: GetMetricStatisticsCommandOutput; }; }; }