import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0"; export { __MetadataBearer }; 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, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAgentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAgentCommandInput, CreateAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAgentCommand extends CreateAgentCommand_base { protected static __types: { api: { input: CreateAgentRequest; output: CreateAgentResponse; }; sdk: { input: CreateAgentCommandInput; output: CreateAgentCommandOutput; }; }; }