import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetApplicationDateRangeKpiRequest, GetApplicationDateRangeKpiResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface GetApplicationDateRangeKpiCommandInput extends GetApplicationDateRangeKpiRequest {} export interface GetApplicationDateRangeKpiCommandOutput extends GetApplicationDateRangeKpiResponse, __MetadataBearer {} declare const GetApplicationDateRangeKpiCommand_base: { new ( input: GetApplicationDateRangeKpiCommandInput ): import("@smithy/smithy-client").CommandImpl< GetApplicationDateRangeKpiCommandInput, GetApplicationDateRangeKpiCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetApplicationDateRangeKpiCommandInput ): import("@smithy/smithy-client").CommandImpl< GetApplicationDateRangeKpiCommandInput, GetApplicationDateRangeKpiCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetApplicationDateRangeKpiCommand extends GetApplicationDateRangeKpiCommand_base { protected static __types: { api: { input: GetApplicationDateRangeKpiRequest; output: GetApplicationDateRangeKpiResponse; }; sdk: { input: GetApplicationDateRangeKpiCommandInput; output: GetApplicationDateRangeKpiCommandOutput; }; }; }