export declare function isNearMatch(fileName: string | undefined, configName: string, distance: number): boolean;
