/**
 * Returns cache file path for given id
 * @param id - unique id for cache
 */
export declare function getCacheFilePath(id: string): string;
