import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEventStreamRequest, DeleteEventStreamResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteEventStreamCommandInput extends DeleteEventStreamRequest {} export interface DeleteEventStreamCommandOutput extends DeleteEventStreamResponse, __MetadataBearer {} declare const DeleteEventStreamCommand_base: { new ( input: DeleteEventStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteEventStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteEventStreamCommand extends DeleteEventStreamCommand_base { protected static __types: { api: { input: DeleteEventStreamRequest; output: DeleteEventStreamResponse; }; sdk: { input: DeleteEventStreamCommandInput; output: DeleteEventStreamCommandOutput; }; }; }