import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ActivateEventSourceRequest } from "../models/models_0"; export { __MetadataBearer }; export interface ActivateEventSourceCommandInput extends ActivateEventSourceRequest {} export interface ActivateEventSourceCommandOutput extends __MetadataBearer {} declare const ActivateEventSourceCommand_base: { new ( input: ActivateEventSourceCommandInput, ): import("@smithy/core/client").CommandImpl< ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ActivateEventSourceCommandInput, ): import("@smithy/core/client").CommandImpl< ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base { protected static __types: { api: { input: ActivateEventSourceRequest; output: {}; }; sdk: { input: ActivateEventSourceCommandInput; output: ActivateEventSourceCommandOutput; }; }; }