export declare function hashArray(content: string[]): string;
export declare function hashObject(obj: object): string;
export declare function hashFile(filePath: string): string;
//# sourceMappingURL=file-hasher.d.ts.map