import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteIdNamespaceInput, DeleteIdNamespaceOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteIdNamespaceCommandInput extends DeleteIdNamespaceInput {} export interface DeleteIdNamespaceCommandOutput extends DeleteIdNamespaceOutput, __MetadataBearer {} declare const DeleteIdNamespaceCommand_base: { new ( input: DeleteIdNamespaceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteIdNamespaceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteIdNamespaceCommand extends DeleteIdNamespaceCommand_base { protected static __types: { api: { input: DeleteIdNamespaceInput; output: DeleteIdNamespaceOutput; }; sdk: { input: DeleteIdNamespaceCommandInput; output: DeleteIdNamespaceCommandOutput; }; }; }