import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ModifyHapgCommandInput extends ModifyHapgRequest {} export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataBearer {} declare const ModifyHapgCommand_base: { new ( input: ModifyHapgCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyHapgCommandInput, ModifyHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ModifyHapgCommandInput, ): import("@smithy/core/client").CommandImpl< ModifyHapgCommandInput, ModifyHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ModifyHapgCommand extends ModifyHapgCommand_base { protected static __types: { api: { input: ModifyHapgRequest; output: ModifyHapgResponse; }; sdk: { input: ModifyHapgCommandInput; output: ModifyHapgCommandOutput; }; }; }