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