import type { StreamHasher } from "@smithy/types";
import type { Readable } from "stream";
/**
 * @internal
 */
export declare const readableStreamHasher: StreamHasher<Readable>;
