/**
 * Transforms string into md5 hash
 *
 * @param input string to transform
 */
export declare function md5(input: string): string;
