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