import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAgentGoalRequest, CreateAgentGoalResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAgentGoalCommandInput extends CreateAgentGoalRequest {} export interface CreateAgentGoalCommandOutput extends CreateAgentGoalResponse, __MetadataBearer {} declare const CreateAgentGoalCommand_base: { new ( input: CreateAgentGoalCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAgentGoalCommandInput, CreateAgentGoalCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAgentGoalCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAgentGoalCommandInput, CreateAgentGoalCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAgentGoalCommand extends CreateAgentGoalCommand_base { protected static __types: { api: { input: CreateAgentGoalRequest; output: CreateAgentGoalResponse; }; sdk: { input: CreateAgentGoalCommandInput; output: CreateAgentGoalCommandOutput; }; }; }