import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAgentRequest, CreateAgentResponse } from "../models/models_2"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface CreateAgentCommandInput extends CreateAgentRequest {} export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {} declare const CreateAgentCommand_base: { new ( input: CreateAgentCommandInput ): import("@smithy/core/client").CommandImpl< CreateAgentCommandInput, CreateAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateAgentCommandInput ): import("@smithy/core/client").CommandImpl< CreateAgentCommandInput, CreateAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateAgentCommand extends CreateAgentCommand_base { protected static __types: { api: { input: CreateAgentRequest; output: CreateAgentResponse; }; sdk: { input: CreateAgentCommandInput; output: CreateAgentCommandOutput; }; }; }