import { IEntity } from "./entity"; export declare class LazyLoadingManager { static ensureLazyLoadingIsPossible(entity: IEntity): void; }