export declare function objectDefineProperty(obj: Obj, prop: Prop, { get, ...args }: { get: () => PropertyType; } & Omit): asserts obj is Obj & Record;