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