export declare function getSimilarityIndexForFiles(filename1: string, filename2: string, options?: { useGit: boolean; }): Promise;