import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateKeyRegistrationRequest, UpdateKeyRegistrationResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateKeyRegistrationCommandInput extends UpdateKeyRegistrationRequest {} export interface UpdateKeyRegistrationCommandOutput extends UpdateKeyRegistrationResponse, __MetadataBearer {} declare const UpdateKeyRegistrationCommand_base: { new ( input: UpdateKeyRegistrationCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateKeyRegistrationCommandInput, UpdateKeyRegistrationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateKeyRegistrationCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateKeyRegistrationCommandInput, UpdateKeyRegistrationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateKeyRegistrationCommand extends UpdateKeyRegistrationCommand_base { protected static __types: { api: { input: UpdateKeyRegistrationRequest; output: UpdateKeyRegistrationResponse; }; sdk: { input: UpdateKeyRegistrationCommandInput; output: UpdateKeyRegistrationCommandOutput; }; }; }