import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddKeyReplicationRegionsInput, AddKeyReplicationRegionsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface AddKeyReplicationRegionsCommandInput extends AddKeyReplicationRegionsInput {} export interface AddKeyReplicationRegionsCommandOutput extends AddKeyReplicationRegionsOutput, __MetadataBearer {} declare const AddKeyReplicationRegionsCommand_base: { new ( input: AddKeyReplicationRegionsCommandInput, ): import("@smithy/core/client").CommandImpl< AddKeyReplicationRegionsCommandInput, AddKeyReplicationRegionsCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddKeyReplicationRegionsCommandInput, ): import("@smithy/core/client").CommandImpl< AddKeyReplicationRegionsCommandInput, AddKeyReplicationRegionsCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddKeyReplicationRegionsCommand extends AddKeyReplicationRegionsCommand_base { protected static __types: { api: { input: AddKeyReplicationRegionsInput; output: AddKeyReplicationRegionsOutput; }; sdk: { input: AddKeyReplicationRegionsCommandInput; output: AddKeyReplicationRegionsCommandOutput; }; }; }