declare function md5(msg: string | number[]): string;

export = md5;
