import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DeleteFpgaImageRequest, DeleteFpgaImageResult, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface DeleteFpgaImageCommandInput extends DeleteFpgaImageRequest {} export interface DeleteFpgaImageCommandOutput extends DeleteFpgaImageResult, __MetadataBearer {} declare const DeleteFpgaImageCommand_base: { new ( input: DeleteFpgaImageCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteFpgaImageCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteFpgaImageCommand extends DeleteFpgaImageCommand_base { protected static __types: { api: { input: DeleteFpgaImageRequest; output: DeleteFpgaImageResult; }; sdk: { input: DeleteFpgaImageCommandInput; output: DeleteFpgaImageCommandOutput; }; }; }