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