/** * Create a MD5 hash from a given filePath * @param filePath Absolute path to the file * @returns MD5 hash in hex format */ export declare const md5File: (filePath: string) => Promise;