const lazy: <T extends object>( target: T, overrideRef: Lazy<Record<string, any>>, ) => T
packages / core / src / lazy.ts