/** Returns SparkMD5-compatible raw MD5 output for a UTF-8 string. */ export declare const md5Raw: (value: string) => string; //# sourceMappingURL=md5Raw.d.ts.map