import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchModifyClusterSnapshotsMessage, BatchModifyClusterSnapshotsOutputMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface BatchModifyClusterSnapshotsCommandInput extends BatchModifyClusterSnapshotsMessage {} export interface BatchModifyClusterSnapshotsCommandOutput extends BatchModifyClusterSnapshotsOutputMessage, __MetadataBearer {} declare const BatchModifyClusterSnapshotsCommand_base: { new ( input: BatchModifyClusterSnapshotsCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchModifyClusterSnapshotsCommandInput, BatchModifyClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchModifyClusterSnapshotsCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchModifyClusterSnapshotsCommandInput, BatchModifyClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchModifyClusterSnapshotsCommand extends BatchModifyClusterSnapshotsCommand_base { protected static __types: { api: { input: BatchModifyClusterSnapshotsMessage; output: BatchModifyClusterSnapshotsOutputMessage; }; sdk: { input: BatchModifyClusterSnapshotsCommandInput; output: BatchModifyClusterSnapshotsCommandOutput; }; }; }