export type targetObj = Record<string, unknown>;
export declare function setProperty(obj: targetObj, name: string, value: unknown): () => void;
