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