/** * Generates an MD5 hash of the given string. * This is used for fast caching checks. */ export declare function md5(content: string): string;