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