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