import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DAXClient"; import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface IncreaseReplicationFactorCommandInput extends IncreaseReplicationFactorRequest {} export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicationFactorResponse, __MetadataBearer {} declare const IncreaseReplicationFactorCommand_base: { new ( input: IncreaseReplicationFactorCommandInput ): import("@smithy/core/client").CommandImpl< IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: IncreaseReplicationFactorCommandInput ): import("@smithy/core/client").CommandImpl< IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class IncreaseReplicationFactorCommand extends IncreaseReplicationFactorCommand_base { protected static __types: { api: { input: IncreaseReplicationFactorRequest; output: IncreaseReplicationFactorResponse; }; sdk: { input: IncreaseReplicationFactorCommandInput; output: IncreaseReplicationFactorCommandOutput; }; }; }