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