export declare type FactoryOrValue<T> = T | (() => T);
