export declare function md5Sync(payload: string): string;
export declare function md5Async(payload: string): Promise<string>;
