type UserString = string;
export declare function extractStringsFromUserInput(obj: unknown): Set<UserString>;
export {};
