/** * * @param t1 * @param t2 */ export declare function removeMatches(t1: string, t2: string): [string, string];