import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RotateEncryptionKeyMessage, RotateEncryptionKeyResult, } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface RotateEncryptionKeyCommandInput extends RotateEncryptionKeyMessage {} export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyResult, __MetadataBearer {} declare const RotateEncryptionKeyCommand_base: { new ( input: RotateEncryptionKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RotateEncryptionKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RotateEncryptionKeyCommand extends RotateEncryptionKeyCommand_base { protected static __types: { api: { input: RotateEncryptionKeyMessage; output: RotateEncryptionKeyResult; }; sdk: { input: RotateEncryptionKeyCommandInput; output: RotateEncryptionKeyCommandOutput; }; }; }