/** 清除连续空格 */ export declare function clearManySpaces(str: string): string; //# sourceMappingURL=clearManySpaces.d.ts.map