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