import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {} export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __MetadataBearer {} declare const ConfigureAgentCommand_base: { new ( input: ConfigureAgentCommandInput, ): import("@smithy/core/client").CommandImpl< ConfigureAgentCommandInput, ConfigureAgentCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ConfigureAgentCommandInput, ): import("@smithy/core/client").CommandImpl< ConfigureAgentCommandInput, ConfigureAgentCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ConfigureAgentCommand extends ConfigureAgentCommand_base { protected static __types: { api: { input: ConfigureAgentRequest; output: ConfigureAgentResponse; }; sdk: { input: ConfigureAgentCommandInput; output: ConfigureAgentCommandOutput; }; }; }