import { NgDocCachedData } from '../interfaces';
/**
 * Checks if cache is valid for given files
 * @param id - unique id for cache
 * @param cache - cache object
 */
export declare function isCacheValid(id: string, cache: NgDocCachedData): boolean;
