declare const longestCommonPrefix: (a: string, b: string) => string; export default longestCommonPrefix;