import type { BuildMiddleware } from "@smithy/types";
/**
 * Inject to trace ID to request header to detect recursion invocation in Lambda.
 * @internal
 */
export declare const recursionDetectionMiddleware: () => BuildMiddleware<any, any>;
