export declare function calculateMD5(content: string): Promise<string>;
