export declare function removeMergeSymbol(keyStr: string): string; export declare function mergeKeyInfo(keyStr: string): { isMergeToComma: boolean; isMergeToSpace: boolean; isMergeSymbol: boolean; };