/** * Compares two string and returns true if they are similar and false * if they are not that similar. */ export default function compare(firstItem: string, secondItem: string, opts?: {}): boolean; //# sourceMappingURL=compare.d.ts.map