export declare const addProperty: (object: T, property: P, value: V) => T & { [K in P]: V; };