import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaConnectClient"; import { DeleteGatewayRequest, DeleteGatewayResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {} export interface DeleteGatewayCommandOutput extends DeleteGatewayResponse, __MetadataBearer {} declare const DeleteGatewayCommand_base: { new ( input: DeleteGatewayCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteGatewayCommandInput, DeleteGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteGatewayCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteGatewayCommandInput, DeleteGatewayCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base { protected static __types: { api: { input: DeleteGatewayRequest; output: DeleteGatewayResponse; }; sdk: { input: DeleteGatewayCommandInput; output: DeleteGatewayCommandOutput; }; }; }