import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAppMonitorRequest, GetAppMonitorResponse, } from "../models/models_0"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RUMClient"; export { __MetadataBearer }; export { $Command }; export interface GetAppMonitorCommandInput extends GetAppMonitorRequest {} export interface GetAppMonitorCommandOutput extends GetAppMonitorResponse, __MetadataBearer {} declare const GetAppMonitorCommand_base: { new ( input: GetAppMonitorCommandInput ): import("@smithy/smithy-client").CommandImpl< GetAppMonitorCommandInput, GetAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetAppMonitorCommandInput ): import("@smithy/smithy-client").CommandImpl< GetAppMonitorCommandInput, GetAppMonitorCommandOutput, RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetAppMonitorCommand extends GetAppMonitorCommand_base { protected static __types: { api: { input: GetAppMonitorRequest; output: GetAppMonitorResponse; }; sdk: { input: GetAppMonitorCommandInput; output: GetAppMonitorCommandOutput; }; }; }