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