import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTelemetryEvaluationStatusOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetTelemetryEvaluationStatusCommandInput {} export interface GetTelemetryEvaluationStatusCommandOutput extends GetTelemetryEvaluationStatusOutput, __MetadataBearer {} declare const GetTelemetryEvaluationStatusCommand_base: { new ( input: GetTelemetryEvaluationStatusCommandInput, ): import("@smithy/core/client").CommandImpl< GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetTelemetryEvaluationStatusCommandInput] ): import("@smithy/core/client").CommandImpl< GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTelemetryEvaluationStatusCommand extends GetTelemetryEvaluationStatusCommand_base { protected static __types: { api: { input: {}; output: GetTelemetryEvaluationStatusOutput; }; sdk: { input: GetTelemetryEvaluationStatusCommandInput; output: GetTelemetryEvaluationStatusCommandOutput; }; }; }