type ClearResult = T extends readonly unknown[] ? T : Partial; export declare function clear(obj: T): ClearResult; export {};