import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RegisterNamespaceInputMessage, RegisterNamespaceOutputMessage, } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface RegisterNamespaceCommandInput extends RegisterNamespaceInputMessage {} export interface RegisterNamespaceCommandOutput extends RegisterNamespaceOutputMessage, __MetadataBearer {} declare const RegisterNamespaceCommand_base: { new ( input: RegisterNamespaceCommandInput ): import("@smithy/smithy-client").CommandImpl< RegisterNamespaceCommandInput, RegisterNamespaceCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RegisterNamespaceCommandInput ): import("@smithy/smithy-client").CommandImpl< RegisterNamespaceCommandInput, RegisterNamespaceCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RegisterNamespaceCommand extends RegisterNamespaceCommand_base { protected static __types: { api: { input: RegisterNamespaceInputMessage; output: RegisterNamespaceOutputMessage; }; sdk: { input: RegisterNamespaceCommandInput; output: RegisterNamespaceCommandOutput; }; }; }