import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PauseClusterMessage } from "../models/models_0"; import { PauseClusterResult } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface PauseClusterCommandInput extends PauseClusterMessage {} export interface PauseClusterCommandOutput extends PauseClusterResult, __MetadataBearer {} declare const PauseClusterCommand_base: { new ( input: PauseClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< PauseClusterCommandInput, PauseClusterCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PauseClusterCommandInput ): import("@smithy/smithy-client").CommandImpl< PauseClusterCommandInput, PauseClusterCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PauseClusterCommand extends PauseClusterCommand_base { protected static __types: { api: { input: PauseClusterMessage; output: PauseClusterResult; }; sdk: { input: PauseClusterCommandInput; output: PauseClusterCommandOutput; }; }; }