import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeProblemObservationsRequest, DescribeProblemObservationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeProblemObservationsCommandInput extends DescribeProblemObservationsRequest {} export interface DescribeProblemObservationsCommandOutput extends DescribeProblemObservationsResponse, __MetadataBearer {} declare const DescribeProblemObservationsCommand_base: { new ( input: DescribeProblemObservationsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeProblemObservationsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeProblemObservationsCommand extends DescribeProblemObservationsCommand_base { protected static __types: { api: { input: DescribeProblemObservationsRequest; output: DescribeProblemObservationsResponse; }; sdk: { input: DescribeProblemObservationsCommandInput; output: DescribeProblemObservationsCommandOutput; }; }; }