import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetJourneyRunExecutionMetricsRequest, GetJourneyRunExecutionMetricsResponse, } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface GetJourneyRunExecutionMetricsCommandInput extends GetJourneyRunExecutionMetricsRequest {} export interface GetJourneyRunExecutionMetricsCommandOutput extends GetJourneyRunExecutionMetricsResponse, __MetadataBearer {} declare const GetJourneyRunExecutionMetricsCommand_base: { new ( input: GetJourneyRunExecutionMetricsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetJourneyRunExecutionMetricsCommandInput, GetJourneyRunExecutionMetricsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetJourneyRunExecutionMetricsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetJourneyRunExecutionMetricsCommandInput, GetJourneyRunExecutionMetricsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetJourneyRunExecutionMetricsCommand extends GetJourneyRunExecutionMetricsCommand_base { protected static __types: { api: { input: GetJourneyRunExecutionMetricsRequest; output: GetJourneyRunExecutionMetricsResponse; }; sdk: { input: GetJourneyRunExecutionMetricsCommandInput; output: GetJourneyRunExecutionMetricsCommandOutput; }; }; }