import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UndeprecateDomainInput } from "../models/models_0"; export { __MetadataBearer }; export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {} export interface UndeprecateDomainCommandOutput extends __MetadataBearer {} declare const UndeprecateDomainCommand_base: { new ( input: UndeprecateDomainCommandInput, ): import("@smithy/core/client").CommandImpl< UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UndeprecateDomainCommandInput, ): import("@smithy/core/client").CommandImpl< UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base { protected static __types: { api: { input: UndeprecateDomainInput; output: {}; }; sdk: { input: UndeprecateDomainCommandInput; output: UndeprecateDomainCommandOutput; }; }; }