declare function set(o: unknown, key: string, value: T): T; export = set;