export declare function getLargestCommonPrefix(str1: string, str2: string): string;