export declare function normalize(x: string): string; export declare function longestCommonPrefix(a: string, b: string): number;