export declare function hashFile(filePath: string): Promise<{ hash: string; mtime: number; }>; export declare function hashPath(filePath: string): string; //# sourceMappingURL=fingerprint.d.ts.map