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