import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeProblemCommandInput extends DescribeProblemRequest {} export interface DescribeProblemCommandOutput extends DescribeProblemResponse, __MetadataBearer {} declare const DescribeProblemCommand_base: { new ( input: DescribeProblemCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProblemCommandInput, DescribeProblemCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeProblemCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeProblemCommandInput, DescribeProblemCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeProblemCommand extends DescribeProblemCommand_base { protected static __types: { api: { input: DescribeProblemRequest; output: DescribeProblemResponse; }; sdk: { input: DescribeProblemCommandInput; output: DescribeProblemCommandOutput; }; }; }