/**
 * 使用 MD5 哈希明文
 * @param text 明文
 */
export declare function md5(data: string): string;
