import type { CacheOptions, CacheOptionsInput } from './type';
export declare function buildCacheOptions(input?: string | boolean | CacheOptionsInput): CacheOptions;
export declare function generateFileHash(sourceFilesSize?: number): string;
//# sourceMappingURL=utils.d.ts.map