export declare function findCommonPrefixLength(stringLeft: string, stringRight: string): number;
