/**
 * Creates cache for given file
 * @param filePath - path to file, for which cache should be created
 */
export declare function createCacheForFile(filePath: string): string;
