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