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