export declare const CharsetTool: { /** 直接从 A 中删除 B */ difference(A: Set, B: Set | number[]): Set; };