export declare function findCommonBeginningSubstr(a: string, b: string): string;
