import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { ModifyFpgaImageAttributeRequest, ModifyFpgaImageAttributeResult, } from "../models/models_6"; export { __MetadataBearer }; export { $Command }; export interface ModifyFpgaImageAttributeCommandInput extends ModifyFpgaImageAttributeRequest {} export interface ModifyFpgaImageAttributeCommandOutput extends ModifyFpgaImageAttributeResult, __MetadataBearer {} declare const ModifyFpgaImageAttributeCommand_base: { new ( input: ModifyFpgaImageAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyFpgaImageAttributeCommandInput, ModifyFpgaImageAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyFpgaImageAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyFpgaImageAttributeCommandInput, ModifyFpgaImageAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyFpgaImageAttributeCommand extends ModifyFpgaImageAttributeCommand_base { protected static __types: { api: { input: ModifyFpgaImageAttributeRequest; output: ModifyFpgaImageAttributeResult; }; sdk: { input: ModifyFpgaImageAttributeCommandInput; output: ModifyFpgaImageAttributeCommandOutput; }; }; }