import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ActivateGatewayInput, ActivateGatewayOutput } from "../models/models_0"; export { __MetadataBearer }; export interface ActivateGatewayCommandInput extends ActivateGatewayInput {} export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __MetadataBearer {} declare const ActivateGatewayCommand_base: { new ( input: ActivateGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< ActivateGatewayCommandInput, ActivateGatewayCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ActivateGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< ActivateGatewayCommandInput, ActivateGatewayCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ActivateGatewayCommand extends ActivateGatewayCommand_base { protected static __types: { api: { input: ActivateGatewayInput; output: ActivateGatewayOutput; }; sdk: { input: ActivateGatewayCommandInput; output: ActivateGatewayCommandOutput; }; }; }