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