/** * Compute a SHA-256 checksum over the contents of all given files. * Files are sorted deterministically before hashing. * Returns `sha256:`. */ export declare function computeChecksum(filePaths: readonly string[]): string;