import { LazyReference } from '../types/lazy-reference.type'; export declare function isLazyReference(x: object): x is LazyReference;