import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAgentSpaceInput, DeleteAgentSpaceOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAgentSpaceCommandInput extends DeleteAgentSpaceInput {} export interface DeleteAgentSpaceCommandOutput extends DeleteAgentSpaceOutput, __MetadataBearer {} declare const DeleteAgentSpaceCommand_base: { new ( input: DeleteAgentSpaceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAgentSpaceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAgentSpaceCommand extends DeleteAgentSpaceCommand_base { protected static __types: { api: { input: DeleteAgentSpaceInput; output: DeleteAgentSpaceOutput; }; sdk: { input: DeleteAgentSpaceCommandInput; output: DeleteAgentSpaceCommandOutput; }; }; }