import { RegistryItemURL } from './url';
export declare function asyncImportItemUrls(options?: any): Promise<RegistryItemURL[]>;
