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