import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteReplicationSetCommandInput extends DeleteReplicationSetInput {} export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetOutput, __MetadataBearer {} declare const DeleteReplicationSetCommand_base: { new ( input: DeleteReplicationSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteReplicationSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteReplicationSetCommand extends DeleteReplicationSetCommand_base { protected static __types: { api: { input: DeleteReplicationSetInput; output: {}; }; sdk: { input: DeleteReplicationSetCommandInput; output: DeleteReplicationSetCommandOutput; }; }; }