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