/** * Hash selected dependencies from package.json. * If `tracked` is provided, only those keys are hashed. * If not provided, hashes the union of dependencies + devDependencies. */ export declare function hashDeps(repoRoot: string, tracked?: string[]): string;