/**
 * Compute the SHA-256 hash of a file
 * @param filePath Absolute path to the file
 * @returns Hash string in hex format
 */
export declare function computeFileHash(filePath: string): string;
//# sourceMappingURL=hash.d.ts.map