export declare function splitCamelCaseIntoWords(str: string): Set<string>;
//# sourceMappingURL=split-camel-case-into-words.d.ts.map