declare function md5(value: string, key?: string | null, raw?: boolean): string; export as namespace md5; export = md5;