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