export interface PackageQueryOptions { name?: string; version?: string; branch?: string; environment?: string; }