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 DeletePartnerCommandInput extends PartnerIntegrationInputMessage {} export interface DeletePartnerCommandOutput extends PartnerIntegrationOutputMessage, __MetadataBearer {} declare const DeletePartnerCommand_base: { new ( input: DeletePartnerCommandInput ): import("@smithy/smithy-client").CommandImpl< DeletePartnerCommandInput, DeletePartnerCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeletePartnerCommandInput ): import("@smithy/smithy-client").CommandImpl< DeletePartnerCommandInput, DeletePartnerCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeletePartnerCommand extends DeletePartnerCommand_base { protected static __types: { api: { input: PartnerIntegrationInputMessage; output: PartnerIntegrationOutputMessage; }; sdk: { input: DeletePartnerCommandInput; output: DeletePartnerCommandOutput; }; }; }