import { RegistryItemURL } from './url';
import { LazyLoadURLManager } from './lazyload-man';
export declare function asyncImportURL(options?: any): Promise<RegistryItemURL>;
export declare function asyncImportURLs(aItems: RegistryItemURL[], lazyMan: LazyLoadURLManager, options?: any): Promise<RegistryItemURL>[];
export declare function asyncImportItemUrls(options?: any): Promise<RegistryItemURL[]>;
