/** 获取一组字符串中的公共前缀 */ export declare function getCommonPrefix(strings: string[]): string; //# sourceMappingURL=getCommonPrefix.d.ts.map