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