export declare const longestCommonPrefix: <T>(arr1: T[] | undefined, arr2: T[] | undefined) => T[];
