declare function GetOwnPropertyKeys( O: O, Type: "String", ): Array>; declare function GetOwnPropertyKeys( O: O, Type: "Symbol", ): Array>; declare function GetOwnPropertyKeys( O: O, Type: "String" | "Symbol", ): | Array> | Array>; export = GetOwnPropertyKeys;