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