export declare function sameExceptWhitespace(s1: string, s2: string): boolean;
