import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisableGatewayInput, DisableGatewayOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DisableGatewayCommandInput extends DisableGatewayInput {} export interface DisableGatewayCommandOutput extends DisableGatewayOutput, __MetadataBearer {} declare const DisableGatewayCommand_base: { new ( input: DisableGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< DisableGatewayCommandInput, DisableGatewayCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DisableGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< DisableGatewayCommandInput, DisableGatewayCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DisableGatewayCommand extends DisableGatewayCommand_base { protected static __types: { api: { input: DisableGatewayInput; output: DisableGatewayOutput; }; sdk: { input: DisableGatewayCommandInput; output: DisableGatewayCommandOutput; }; }; }