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