import * as Effect from "effect/Effect"; /** * MD5 hex digest of the given data. Wrapped in `Effect.sync` so the call * participates in the Effect runtime (tracing/interruption) per the * Effect-platform conventions. */ export declare const md5: (data: string | Uint8Array) => Effect.Effect; //# sourceMappingURL=md5.d.ts.map