import { CachedPR } from './types.js'; export declare function isPRCacheValid(cached: CachedPR | undefined, now?: number): boolean;