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