import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteGatewayCommandInput extends DeleteGatewayInput {} export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __MetadataBearer {} declare const DeleteGatewayCommand_base: { new ( input: DeleteGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGatewayCommandInput, DeleteGatewayCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGatewayCommandInput, DeleteGatewayCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base { protected static __types: { api: { input: DeleteGatewayInput; output: DeleteGatewayOutput; }; sdk: { input: DeleteGatewayCommandInput; output: DeleteGatewayCommandOutput; }; }; }