import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { EnableImageDeprecationRequest, EnableImageDeprecationResult, } from "../models/models_5"; export { __MetadataBearer }; export { $Command }; export interface EnableImageDeprecationCommandInput extends EnableImageDeprecationRequest {} export interface EnableImageDeprecationCommandOutput extends EnableImageDeprecationResult, __MetadataBearer {} declare const EnableImageDeprecationCommand_base: { new ( input: EnableImageDeprecationCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: EnableImageDeprecationCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class EnableImageDeprecationCommand extends EnableImageDeprecationCommand_base { protected static __types: { api: { input: EnableImageDeprecationRequest; output: EnableImageDeprecationResult; }; sdk: { input: EnableImageDeprecationCommandInput; output: EnableImageDeprecationCommandOutput; }; }; }