import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDBClusterParameterGroupMessage, CreateDBClusterParameterGroupResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateDBClusterParameterGroupCommandInput extends CreateDBClusterParameterGroupMessage {} export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClusterParameterGroupResult, __MetadataBearer {} declare const CreateDBClusterParameterGroupCommand_base: { new ( input: CreateDBClusterParameterGroupCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateDBClusterParameterGroupCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base { protected static __types: { api: { input: CreateDBClusterParameterGroupMessage; output: CreateDBClusterParameterGroupResult; }; sdk: { input: CreateDBClusterParameterGroupCommandInput; output: CreateDBClusterParameterGroupCommandOutput; }; }; }