import { CustomEventEmitter } from '../../custom';
import RegistryItemURL from './url';
export declare class LazyLoadURLManager extends CustomEventEmitter {
    private _list;
    private _loadedJsNames;
    constructor();
    add(item: RegistryItemURL): void;
    checkLoadableItems(lItem: RegistryItemURL): RegistryItemURL[];
}
