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