type ClearResult = T extends ReadonlyArray ? T : Partial; export declare function clear(obj: T): ClearResult; export {};