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