export declare type ObjectOrFactory = (() => T) | T;