import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeRedshiftIdcApplicationsMessage, DescribeRedshiftIdcApplicationsResult, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeRedshiftIdcApplicationsCommandInput extends DescribeRedshiftIdcApplicationsMessage {} export interface DescribeRedshiftIdcApplicationsCommandOutput extends DescribeRedshiftIdcApplicationsResult, __MetadataBearer {} declare const DescribeRedshiftIdcApplicationsCommand_base: { new ( input: DescribeRedshiftIdcApplicationsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeRedshiftIdcApplicationsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeRedshiftIdcApplicationsCommand extends DescribeRedshiftIdcApplicationsCommand_base { protected static __types: { api: { input: DescribeRedshiftIdcApplicationsMessage; output: DescribeRedshiftIdcApplicationsResult; }; sdk: { input: DescribeRedshiftIdcApplicationsCommandInput; output: DescribeRedshiftIdcApplicationsCommandOutput; }; }; }