import type { Pluggable } from "@smithy/types"; import type { EventStreamResolvedConfig } from "./eventStreamConfiguration"; export declare const getEventStreamPlugin: (options: EventStreamResolvedConfig) => Pluggable;