/// export declare function md5(value: string | Buffer): string; export declare function parseHTTPAuthHeader(authHeader: string, prefix: string): any;