import { RegistryItem } from '../../registry';
export declare function getLoadItems(origins?: any, defaultLibrary?: boolean): RegistryItem[];
