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